Go to file
2019-02-01 22:49:16 -06:00
server initial code commit 2019-02-01 22:35:06 -06:00
.gitignore initial code commit 2019-02-01 22:35:06 -06:00
index.html initial code commit 2019-02-01 22:35:06 -06:00
package.json initial code commit 2019-02-01 22:35:06 -06:00
README.md updating readme 2019-02-01 22:49:16 -06:00

OpenMCT

Getting started

To get started, after cloning the repo, run the following command in the repo directory: '''Bash 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.