Canair.io mobile stations map
This project is made with NextJs.
There are hooks in place for running linter, tests and build previous to commit with help of husky
- Run
yarn install - Run
source crecredentials.sh - Run
yarn devto run development server - Run
yarn buildto build the app for production - Run
yarn startruns built app in production mode
Run yarn test to run tests in watch mode
run yarn check-test