gwendoux / gwendoux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gwendoux.com -- personal website

How to install

  • copy config.json.default to config.json
  • added correct value to config
  • install node version as in package.json (via nvm if installed)
  • install all dependencies
$ npm install
  • all scripts are availaible as followed
script name scripts called pre post description
lint grunt jshint run linting service
test grunt test lint run mocha test and blanket code coverage
start node server lint run server
start-watch grunt start-watch run server with nodemon watch
build grunt build build front resources
build-watch grunt build-watch build and watch front resources
package grunt copy:dist build grunt appcache package app for deployment

About


Languages

Language:CSS 41.7%Language:HTML 31.2%Language:JavaScript 18.9%Language:Nginx 8.2%