Anatolios Laskaris 8fea53cbb3
chore: Update CI (#446)
* Update CI

* Trigger

* Fix

* Fix

* Ignore changed in docs
2023-05-08 16:52:28 +03:00

23 lines
345 B
Markdown

# Getting Started with Fluence
This is a minimalistic Node.js application for Fluence using Fluence JS Client.
## Getting started
Install dependencies:
```bash
npm i
```
Run the Node.js application:
```bash
npm start
```
## Learn more
To learn more, refer to the
[documentation page](https://fluence.dev//docs/build/js-client/js-client)