From bbf29366f192f6b44046fcfc45bfe5fe4c9a4deb Mon Sep 17 00:00:00 2001 From: Darren Swan Date: Fri, 1 Feb 2019 22:49:16 -0600 Subject: [PATCH] updating readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9011f97..3110f78 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # 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. \ No newline at end of file