https://github.com/waffensultan/kabserve
https://github.com/waffensultan/kabserve
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/waffensultan/kabserve
- Owner: waffensultan
- License: mit
- Created: 2025-05-06T06:16:32.000Z (17 days ago)
- Default Branch: dev
- Last Pushed: 2025-05-07T12:46:00.000Z (16 days ago)
- Last Synced: 2025-05-07T13:56:54.124Z (16 days ago)
- Language: CSS
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.
