Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 488 Bytes

File metadata and controls

22 lines (15 loc) · 488 Bytes

Dev Guide

Front end

nodejs, and bower are neccessary, you should install them first, then run the commands below in the root path of yash.

bower install
npm install

Then still in the root path of yash, run command below:

grunt browserify
grunt less
grunt watch

That's all, you can find js in '/static/src/scripts/', and less in '/static/src/styles/'. What's less? Oh, come on, the MagicPortal here lesscss.org!

snapshot