mirror of
https://github.com/fluencelabs/gitbook-docs
synced 2025-06-13 06:51:37 +00:00
Update documentation for JS SDK-related examples (#24)
This commit is contained in:
@ -12,10 +12,10 @@ For your development convenience, Fluence provides a [docker-based development e
|
||||
|
||||
Fluence's devcontainer is a ready to use dockerized development environment with VSCode integration containing the following tools:
|
||||
|
||||
* [`aqua`](https://www.npmjs.com/package/@fluencelabs/aqua-cli) to compile [Aqua](https://doc.fluence.dev/aqua-book/) to AIR or wrapped in Typescript
|
||||
* [`fldist`](https://www.npmjs.com/package/@fluencelabs/fldist) to manage services and optionally execute compiled Aqua from the command line
|
||||
* [`marine`](https://crates.io/crates/marine) to compile services developed in Rust to the wasm32-wasi target
|
||||
* [`mrepl`](https://crates.io/crates/mrepl) to run, test and debug WebAssembly \(Wasm\) services locally
|
||||
- [`aqua`](https://www.npmjs.com/package/@fluencelabs/aqua) to compile [Aqua](https://doc.fluence.dev/aqua-book/) to AIR or wrapped in Typescript
|
||||
- [`fldist`](https://www.npmjs.com/package/@fluencelabs/fldist) to manage services and optionally execute compiled Aqua from the command line
|
||||
- [`marine`](https://crates.io/crates/marine) to compile services developed in Rust to the wasm32-wasi target
|
||||
- [`mrepl`](https://crates.io/crates/mrepl) to run, test and debug WebAssembly \(Wasm\) services locally
|
||||
|
||||
### How to install
|
||||
|
||||
@ -23,21 +23,21 @@ Docker and optionally VSCode need to be available on your system. For Docker ins
|
||||
|
||||
With Docker and VSCode in place:
|
||||
|
||||
* Install Remote-Containers extension in VSCode
|
||||
- Install Remote-Containers extension in VSCode
|
||||
|
||||

|
||||
|
||||
* `Run Remote-Containers: Clone Repository in Container Volume...` via the command palette \(F1 or Cmd-Shift-P\)
|
||||
- `Run Remote-Containers: Clone Repository in Container Volume...` via the command palette \(F1 or Cmd-Shift-P\)
|
||||
|
||||

|
||||
|
||||
* Enter `fluencelabs/devcontainer`
|
||||
- Enter `fluencelabs/devcontainer`
|
||||
|
||||

|
||||

|
||||
|
||||
* When asked for branch, press enter \(main\)
|
||||
* When asked for volume, press enter \(unique\)
|
||||
* Open Terminal in VSCode \(ctrl-\`\)
|
||||
- When asked for branch, press enter \(main\)
|
||||
- When asked for volume, press enter \(unique\)
|
||||
- Open Terminal in VSCode \(ctrl-\`\)
|
||||
|
||||

|
||||
|
||||
@ -48,4 +48,3 @@ Congratulations, you now have a fully functional Fluence development environment
|
||||
If you encounter any problems or have suggestions, please open an issue or submit a PR. You can also reach out in [Discord](https://fluence.chat) or [Telegram](https://t.me/fluence_project). For more detailed reference resources, see the [Fluence documentation](https://doc.fluence.dev/docs/) and [Aqua book](https://doc.fluence.dev/aqua-book/).
|
||||
|
||||
All right, now we are ready to proceed to the first application on Fluence.
|
||||
|
||||
|
Reference in New Issue
Block a user