Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tstreamdoth/kukoo
Hackable Issue board for developers
https://github.com/tstreamdoth/kukoo
Last synced: 27 days ago
JSON representation
Hackable Issue board for developers
- Host: GitHub
- URL: https://github.com/tstreamdoth/kukoo
- Owner: tstreamDOTh
- Created: 2018-05-13T18:03:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T17:30:51.000Z (over 6 years ago)
- Last Synced: 2024-11-07T20:08:13.045Z (3 months ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to start kukoo 🐦 (locally)
First clone the repo
```
git clone https://github.com/tstreamDOTh/kukoo.git
```Then cd into the dir
```
cd kukoo
```Run the following commands
```
npm install
``````
npm run start
```The webapp will be hosted on http://localhost:3000/
For build
```
npm run build
```