- nodejs
- mongodb
- redis
git clone https://github.com/free-storm/GeekOn.git
cd /path/to/source
npm install
node app
本站采用scss生成css,scss存放路径为: vendor/assets/stylesheets/
如果需要修改样式,可以执行下面命令,实时将scss编译为css
cd /path/to/source
sass --style compressed --watch vendor/assets/stylesheets/geekon.css.scss:public/css/geekon.min.css