-
Clone Repository and ensure that you are using authorized credentials
-
Install runtime and dependencies
npm install --global yarn yarn install
-
Check the
env/dev.env
file inside root directory and setup the database according to the properties in .env.example -
Start Develop Server
yarn develop # Or start in repl mode yarn develop:repl
For more commands, see scripts
inside package.json
.
Always ensure that all code is correctly formatted whenever you make changes:
$ yarn format