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

https://github.com/codingranjith/katrp


https://github.com/codingranjith/katrp

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Project Title

Kattraan

### Client

Navigate to the client directory and install all dependencies:

cd client

```bash
npm i
```

```bash
npm run dev
```

### Server

Navigate to the server directory and install all dependencies:

cd server

```bash
npm i
```

```bash
npm run dev
```