An open API service indexing awesome lists of open source software.

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

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
```