Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 404 Bytes

Mantri Website

Build

  1. npm install
  2. grunt

Setup Development

  1. npm install
  2. grunt - gets the latest docs, generates the site
  3. use grunt server if you are editing templates or less files. (Note: doc pages will have to be regenerated)

Run Server

  1. grunt server

Notes

  1. Default server port is : 5678. Configured in the Gruntfile