/fernie-shuttle

A simple frontend to display the timetable of the Fernie Ski Shuttle

Primary LanguageTypeScript

fernie-shuttle

DEPRECATED

Have deprecated this project in favour of Townhub. Which will allow for expansion into other towns, other features and also have a backend to support it.

This is a simple frontend application to display the timetable of the Fernie Shuttle.

Project setup

Install the dependencies

yarn install

Add the require environment variables by renaming/copying the .env.sample file into a .env file. Make sure to open it and replace all required values in there with something meaningful. For example, replace the Google Maps API Key with one you've created.

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.