digital asset wallet for the world
Use nvm to manage node versions
After installing nvm, set nvm to install and use node 8.9.0
nvm install 8.9.0
nvm use 8.9.0
Yarn is a faster, more predictable version of npm
. Set it up as a global command
npm install -g yarn
Install project dependencies by running
yarn
Append this to your .bashrc
or .bash_profile
export TOKIO_ROOT=<full path to project root>
Run scripts with babel-node
to support full ES6 syntax and Flow
babel-node <script path>
install Atom Text Editor
run ./atom-setup.sh
to install atom plugins
Close and reopen Atom after plugin installs. Then set atom Prettier plugin to format code on-save.