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

https://github.com/waffensultan/kabserve


https://github.com/waffensultan/kabserve

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Welcome to [Kabserve](https://github.com/waffensultan/kabserve)!

To meet requirements in ITEC50B.

For contributors, please read [CONTRIBUTING.md](CONTRIBUTING.md)

## Built With

- Next.js
- Tailwind CSS
- Supabase

---

## Getting Started

To get started with this project, clone the repository and install the dependencies.

### 1. Clone the Repository

```bash
git clone https://github.com/your-username/kabserve.git
```

### 2. Install Dependencies

Make sure you have **pnpm** installed. If not, you can install it via npm:

```bash
npm install -g pnpm
```

Then, install project dependencies:

```bash
pnpm install
```

### 3. Run the Development Server

Start the development server:

```bash
pnpm dev
```

Your application should now be running at `http://localhost:3000`.

---

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)