Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 657 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 657 Bytes

spacemango.io

The source for the site located at www.spacemango.io.

tl; dr;

  npm run build && npm start

Setup

You can build the application with the following commands:

  npm run build

You can then run the application locally using the command npm start. This will create a React webpage at http://localhost:3000/. If you would like to use yarn you can use the following command to install the dependencies of the application:

  yarn --ignore-engines

Deployment

Deploying to Heroku

You can deploy to heroku by running the command git push heroku.


Started Aug 12th 2018