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

https://github.com/bcherny/-dev-null


https://github.com/bcherny/-dev-null

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Circle CI](https://circleci.com/gh/pathikrit/-dev-null/tree/master.svg?style=svg)](https://circleci.com/gh/pathikrit/-dev-null/tree/master)

![](http://i.imgur.com/EauFd7M.png)

# ack.mo (aka. the working title)

## building the frontend

```sh
cd www
npm i
npm run build
```

## hacking on the frontend

```sh
cd www
npm i
npm run watch
```

## starting the server

```sh
cd server
npm i
npm start
```