hiof / navbar-view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hiof navbar-view plugin

About

A package with the required files for the navbar-view plugin.

Copyright

This project is distributed under a GNU General Public License v3 - Take a look at the COPYING file for details.

Install

Install Git if it's not already installed on your computer. Then run (this will download this project to the folder the shell has open):

$ git clone https://github.com/hiof/navbar-view.git

Install Node.js if it's not already installed on your computer. Then run (this will install the project dependencies):

$ sudo npm install -g grunt-cli
$ npm install
$ bower install

Build

$ grunt build: Compiles and builds the jobs-view package

Deploy

  1. Rename secret-template.json to secret.json and add your credentials.
  2. Deploy and test your code
    1. The staging server for www $ grunt deploy-staging
    2. The staging server for www2 $ grunt deploy-staging2
  3. Deploy to production
    1. Deploy to www $ grunt deploy-prod
    2. Deploy to www2 $ grunt deploy-prod2

Releases

v1.0.0 - Initial release

Github releases

Roadmap

About

License:Other


Languages

Language:JavaScript 92.6%Language:CSS 7.4%