Mobile Map
July 30, 2025 ยท View on GitHub
Canair.io mobile stations map
About
This project is made with NextJs.
There are hooks in place for running linter, tests and build previous to commit with help of husky
Running locally
- Run
yarn install - Create .env file from .env.example
- Run
yarn devto run development server - Run
yarn buildto build the app for production - Run
yarn startruns built app in production mode
Testing
Run yarn test to run tests in watch mode
run yarn check-test