# Install plugins
$ yarn
# Running a serverless function call from the API folder, so one must build
$ yarn build
# Start dev server
$ yarn dev
The project has eslint
and prettier
as dev dependencies
# Run all checks
$ yarn lint
# Run eslint
$ yarn lint:eslint
# Run prettier
$ yarn lint:prettier
This project is deployed and hosted on Vercel, running on the abakus-nutu Vercel user/github team.
When you are ready to a new verison to fondet.abakus.no, you merge your branch with master, and vercel
will run a --prod
version. This will result in a new version of fondet.abakus.no
.