TODO: If you know how to install build essential tools for other gnu/linux distributions or for mac, you can complete this documentation and submit a merge request.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y
#### Yarn
Yarn: [installation instructions][yarn]
## Build the project
Go to the root of the folder where you extracted the source code (or possibly cloned from git).
### Install and use the correct version of nodejs
Check the required node version in the `package.json` file on line 5.
If, for example, version 10 is expected, install and select it with the following command:
nvm install 10 && nvm use 10
### Compile
**WARNING**: the compilation of the project requires a lot of resources on your machine, and several long minutes, don't do anything else at the same time!
Command to compile :
NEON_BUILD_RELEASE=true yarn add duniter-ui
### Set autocompletion
To install or update Duniter's command auto-completion: