Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/sventschui/summit
- Owner: sventschui
- Created: 2015-12-16T12:30:44.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-12-17T11:27:49.000Z (about 9 years ago)
- Last Synced: 2024-11-18T04:52:28.266Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```