We use Heroku to deploy our server, you can access the api here (beta)
First install nvm (MacOS)
Download & Install nvm
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
Configuration nvm
$ export NVM_DIR="$HOME/.nvm"
$ [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
$ [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
$ nvm install 14.16.0
$ nvm use 14.16.0
$ npm i -g yarn
# install dependencies
$ yarn
# serve with hot reload at localhost:3000
$ yarn run dev
# serve as production with hot reload at localhost:3000
# $ yarn run start
# check code styling errors and warnings
$ yarn run lint
# fix potentially fixable errors automatically
$ yarn run lint --fix
$ yarn add sjcl