Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roperzh/grapse
man pages online editor
https://github.com/roperzh/grapse
Last synced: 4 days ago
JSON representation
man pages online editor
- Host: GitHub
- URL: https://github.com/roperzh/grapse
- Owner: roperzh
- Created: 2016-01-08T18:17:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T15:13:55.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T17:51:50.559Z (11 days ago)
- Language: JavaScript
- Homepage: http://roperzh.com/grapse/
- Size: 398 KB
- Stars: 59
- Watchers: 1
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#grapse
*man pages online editor*
Grapse is heavily based on [Jroff](https://github.com/roperzh/jroff)
##Contributing:
### Dependencies:
- Node.js
- Grunt.js
- Bower
- libsass### Getting started
Just clone the project and install the dependencies!
```bash
$ git clone https://github.com/roperzh/fe-playground.git
$ npm install
$ bower install
$ grunt
```
### DeploymentIn order to deploy, commit and push all your changes on the master
branch, and then run```bash
$ npm run deploy
```Voilà!