# clone this repo
$ git clone [email protected]:cul-it/signage.git
# install dependencies
$ cd signage
$ yarn
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, checkout the Nuxt.js docs.
-
Configure the Heroku app as specified in the offical Nuxt.js guide.
-
Push the latest
$ git push heroku master
if you need to deploy another branch:
$ git push heroku <branch-name>:master