- Clone this repo
- Move to the appropriate directory:
cd eostoolkit
. - Run
yarn
in order to install dependencies and clean the git repo. At this point you can runnpm start
to see the example app athttp://localhost:3000
. - Run
yarn run format:js
prior to making commits for nice clean code - Run
npm run build
to build the deployable package.
Now you're ready to rumble!