Content Arena Staging Site

Deploy to Heroku

heroku login

git commit -m "Commit name"

git push heroku master

For more information see this article: Deploying Node.js Apps on Heroku

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build