- Clone this repository.
- Run
make deploy
. - Run
make watch
. - Run
make run
. - Browse to http://localhost:3100/yap in your web browser.
After cloning, add a file called .env.testing
with the value GOOGLE_MAPS_API_KEY=<value>
. Then run make test
.
To run code coverage, you can run make coverage
.
Use $this->withoutExceptionHandling()
in your test classes to see the underlying 500 error during your tests.
- Go to
cd src/docs
- Run
npm run start
You should be able to see the documents update as you edit files at http://localhost:3000.
To test building the docs run:
npm run docusaurus build
This only works locally right now.
- Run
make swagger
. - Browse to
/api/documentation