- install nodejs + npm: https://nodejs.org/dist/v8.11.2
- install vscode: https://code.visualstudio.com/
- install git: https://git-scm.com/downloads
- open a terminal and run:
npm i -g @adonisjs/cli
- clone the project by running
git clone https://codyseibert@bitbucket.org/codyseibert/doxgoat.git
- open two terminals
- in terminal a, run:
cd client && npm install && npm run serve
- in terminal b, run:
cd server && npm install && adonis serve --dev
- have fun!