npm install
cp .env.sample .env
npm run watch
visit http://localhost:7777
Visit APIDOCJS to learn how to use doc blocks. You can also check the AuthController for an existing documentation format.
To generate documentation:
npm run apidoc
Please make your changes to the dev
branch.