Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 236 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 236 Bytes

Fledit

Install

From the root directory

npm install
bower install

Serve files

Still from the root directory

grunt serve

Deploy

After app modification run

grunt build

Then deploy with

grunt buildcontrol:heroku