/doxgoat

Primary LanguageJavaScript

HOW TO RUN

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