/signage

CUL digital signage

Primary LanguageVue

CUL Digital Signage

Prerequisites

Quickstart

# clone this repo
$ git clone git@github.com: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.

Heroku Deploy

  1. Configure the Heroku app as specified in the offical Nuxt.js guide.

  2. Push the latest

    $ git push heroku master

    if you need to deploy another branch:

    $ git push heroku <branch-name>:master