This repo contains the source code for the RAS-PT initiative.
Reliable, Accessible and Safe - Public Transport
- Install node.js
- Navigate to the repo root folder
- Run
npm install - Run
npm start
This starts a local server with live-reload available at http://localhost:3000 with live-reload.
- Run
npm run build
This creates a production ready build in the dist folder
- Run
npm run preview
Preview the production build on local