Work in progress. Attempting to implement Daniel van Flymen's blockchain algorithm in NodeJS and Docker.
- checkout repo
- cd into the
app
directory in the checkedout repo - do
yarn install
ornpm install
- to run tests
yarn test
ornpm test
- to run the app
yarn start
ornpm start
//Todo