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

https://github.com/ethworks/restless-website


https://github.com/ethworks/restless-website

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Restless website

## Installing dependencies

Enter directory restless-website in the shell and run `yarn` to download the dependencies.

```
$ yarn
```

## Running the project

To run the project run:

```
$ gulp
```

To build the project run:

```
$ gulp build
```