Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```