Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 635 Bytes

File metadata and controls

29 lines (19 loc) · 635 Bytes

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