MorseTrackerSwCode/README.md

11 lines
326 B
Markdown
Raw Permalink Normal View History

2019-02-02 02:47:25 +00:00
# OpenMCT
2019-02-02 04:49:16 +00:00
## Getting started
To get started, after cloning the repo, run the following command in the repo directory:
2019-02-02 04:51:16 +00:00
```Bash
2019-02-02 04:52:12 +00:00
npm install
2019-02-02 04:49:16 +00:00
npm start
2019-02-02 04:50:51 +00:00
```
2019-02-02 04:49:16 +00:00
By default it'll start on port 8080, but you can edit server/server.js to change the default port, or set the process evironment variable 'PORT' to whatever port you need.