Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sventschui/summit

Some very hacky thing for a fast mini "hackaton"
https://github.com/sventschui/summit

Last synced: 1 day ago
JSON representation

Some very hacky thing for a fast mini "hackaton"

Awesome Lists containing this project

README

        

# Setup

```
npm i
```

# Run it

```
npm run server
```

Head over to [http://localhost:3000/](http://localhost:3000/)

## Switch port

(bash only)

```
PORT=8080 npm run server
```