mirror of
https://github.com/fluencelabs/fluid
synced 2025-03-31 09:21:11 +00:00
17 lines
244 B
Markdown
17 lines
244 B
Markdown
# Fluid
|
|
|
|
The twitter-like application for Fluence.
|
|
|
|
# How to build
|
|
|
|
This app could be built either with docker
|
|
|
|
```bash
|
|
docker-compose up
|
|
```
|
|
|
|
or by Makefile with [wasi-sdk](https://github.com/CraneStation/wasi-sdk) installed
|
|
```bash
|
|
make
|
|
```
|