Node Greenville web app
Successful merges to the 'dev' branch will deploy to https://nodegreenville-staging.herokuapp.com Successful merges to the 'master' branch will deploy to https://nodegreenville-prod.herokuapp.com
Pull requests will run a build, but will not deploy until merged.
- Clone https://github.com/NodeGreenville/nodegreenville
cd nodegreenville- Run
npm install - Run
npm start
- If using nvm for nodejs version management ensure the use of node version 0.10.30 or greater.
- Go to http://localhost:3000 for main site or http://localhost:3000/blog to access the ghost blog
The heroku deployments for staging and prod have a Postgres database that SHOULD be available at process.env.DATABASE_URL
The GhostJS portion of the code is located in the ./ghost-app directory.