Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deraen/skillproject
https://github.com/deraen/skillproject
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/deraen/skillproject
- Owner: Deraen
- Created: 2013-09-09T20:57:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T06:55:43.000Z (almost 11 years ago)
- Last Synced: 2024-10-07T17:49:41.095Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://deraen.github.io/skillproject/
- Size: 7.04 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skillproject website
## Prerequisites
- npm
- In .bashrc or such: ``export npm_config_prefix="$HOME/.local"``
- Npm wil install binaries into prefix/bin so include that dir on your PATH```
npm install -g bower grunt-cli # Globally install grunt & bower cli tools
npm install && bower install # Install projects deps
```
## Test
``grunt server``## Build
``grunt build``## Deploy
Runs build AND deploys files to gh-pages branch
``grunt deploy``