You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
210 B
Markdown

5 years ago
# bit4sat
5 years ago
## Installation
- init/install the right node version in `.nvmrc`
```
nvm install $(cat .nvmrc)
nvm use
```
- install yarn
`sudo apt update && sudo apt install -y yarn`
- install deps
`yarn`