An open API service indexing awesome lists of open source software.

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

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