https://github.com/jplusplus/graveyard
The final repository for defunct Journalism++ projects
https://github.com/jplusplus/graveyard
Last synced: about 1 year ago
JSON representation
The final repository for defunct Journalism++ projects
- Host: GitHub
- URL: https://github.com/jplusplus/graveyard
- Owner: jplusplus
- Created: 2015-07-30T16:31:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T15:21:31.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T04:55:28.452Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://jplusplus.github.io/graveyard/
- Size: 4.31 MB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dead projects by Journalism++
## Installation
Install `node` and `npm` then run:
```
make install
```
You can now start serving static files with gulp!
```
make run
```
## Deploy on Git Pages
Run the following commands
```
make deploy
```