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

https://github.com/ethworks/status-waku


https://github.com/ethworks/status-waku

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## How to run the project

1. Install the dependencies:

```bash
# npm
npm install
```

2. Start the development server:

```bash
# gulp
gulp
```

Now you should be able to see the project running at [localhost:3000](http://localhost:3000).

4. Open `./index.html` in your editor and start editing!

## For production

```bash
# gulp
gulp build

```