https://github.com/urbanmorph/ras-pt
Git Repo for projects and data under RAS-PT collaboration initiative
https://github.com/urbanmorph/ras-pt
Last synced: 14 days ago
JSON representation
Git Repo for projects and data under RAS-PT collaboration initiative
- Host: GitHub
- URL: https://github.com/urbanmorph/ras-pt
- Owner: urbanmorph
- Created: 2022-06-15T05:05:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T15:31:23.000Z (over 3 years ago)
- Last Synced: 2026-06-17T19:18:56.486Z (19 days ago)
- Language: CSS
- Size: 38.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RAS-PT
This repo contains the source code for the RAS-PT initiative.
[Reliable, Accessible and Safe - Public Transport](https://urbanmorph.github.io/RAS-PT/)
## Local development
- Install [node.js](https://nodejs.org/en/download/)
- 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](http://localhost:3000) with live-reload.
## Building for production
- Run `npm run build`
This creates a production ready build in the `dist` folder
## Preview production build
- Run `npm run preview`
Preview the production build on local