Go to file
2020-07-16 16:49:29 -05:00
server more cleanup etc 2020-07-16 16:49:29 -05:00
autotrack.diag first one 2020-07-16 08:59:55 -05:00
autotrack.png more cleanup etc 2020-07-16 16:49:29 -05:00
groundstation.diag more cleanup etc 2020-07-16 16:49:29 -05:00
groundstation.png more cleanup etc 2020-07-16 16:49:29 -05:00
index.html more cleanup etc 2020-07-16 16:49:29 -05:00
package.json more cleanup etc 2020-07-16 16:49:29 -05:00
published-bom-formal.ods more cleanup etc 2020-07-16 16:49:29 -05:00
README.md tuff 2020-07-16 09:21:22 -05:00

OpenMCT

Getting started

To get started, after cloning the repo, run the following command in the repo directory:

npm install
npm start

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.