updating readme

This commit is contained in:
Darren Swan 2019-02-01 22:50:51 -06:00
parent e8ea6d3420
commit f262c3aaed

View File

@ -3,8 +3,8 @@
## Getting started ## Getting started
To get started, after cloning the repo, run the following command in the repo directory: To get started, after cloning the repo, run the following command in the repo directory:
''' ```
npm start 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. 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.