Skip to content
/ bus Public

A progressive web app for tracking buses & ferries in Auckland, New Zealand

Notifications You must be signed in to change notification settings

rocwang/bus

Repository files navigation

Bus

A progressive web app for tracking buses & ferries in Auckland.

Project setup

  • Install dependencies: npm install
  • Compiles and hot-reloads for development: npm run serve
  • Compiles and minifies for production: npm run build
  • Lints and fixes files: npm run lint
  • Run your end-to-end tests: npm run test:e2e
  • Run your unit tests: npm run test:unit

For customize configuration, see Configuration Reference.

Remember to set up EditorConfig for your preferred editor.

Required Environment Variables

During Build

  • VUE_APP_MAPBOX_ACCESS_TOKEN
  • VUE_APP_AUCKLAND_TRANSPORT_API_KEY

During Deployment

  • NETLIFY_AUTH_TOKEN
  • NETLIFY_SITE_ID

For local development, copy .env.template as .env.local and add the environment variable values there.

Typefaces to Consider

Useful Links