From ead019ca6629108e64be2b4fc3f9365b4724d504 Mon Sep 17 00:00:00 2001 From: Charles Wyble Date: Thu, 16 Jul 2020 09:21:22 -0500 Subject: [PATCH] tuff --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e69de29..c5b96e2 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,11 @@ +# OpenMCT + +## Getting started + +To get started, after cloning the repo, run the following command in the repo directory: +```Bash +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. \ No newline at end of file