Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 359 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 359 Bytes

senei_web

Project Setup

  1. Clone this repository
  2. npm install
  3. bower install
  4. bundle install

Usage

Grunt Tasks

  • Check, test & build for production: grunt
  • Serve the site locally: grunt serve
  • Deploy to production: grunt deploy
  • Check source: grunt check
  • Run tests: grunt test
  • Build for production: grunt build