ctrlaltf2 / trains

Systems Engineering Final Project - Light Rail System Simulator & Controllers
MIT License
1 stars 0 forks source link

Develop

Install

Clone the repo and install dependencies:

git clone https://github.com/ctrlaltf2/trains.git
cd trains
npm install

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package