Skip to content

manolobevia/signage

 
 

Repository files navigation

CUL Digital Signage

Prerequisites

Quickstart

# 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.

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

About

CUL digital signage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 69.6%
  • JavaScript 30.4%