Entry for Ludum Dare 43
This is a small game about climate change and making sacrifices.
-
Install project dependencies and run post-install scripts:
yarn install:all
-
Start the Feathers API server:
yarn server:dev
( Note: The server currently does nothing.) -
Start the client development server in another terminal window:
yarn client:dev
-
Start the Feathers API server:
yarn server
-
Start the client:
yarn client:build
Simply run npm test
and all your tests in the test/
directory will be run.
© Bad Software 2018