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
yarn dev
to run development server - Run
yarn build
to build the app for production - Run
yarn start
runs built app in production mode
Run yarn test
to run tests in watch mode
run yarn check-test