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

https://github.com/mblode/pepperwood


https://github.com/mblode/pepperwood

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pepperwood

## Installation

- Install node.js (https://nodejs.org/en/download/)

Open up a terminal/command prompt

```
> git clone git@github.com:mblode/pepperwood.git
> cd pepperwood
> npm install
```

Copy contents of .env.example and put it in a file called .env

```
> npm run dev
```

Go to localhost:5000