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

https://github.com/dipeshdimi/wobb


https://github.com/dipeshdimi/wobb

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Live Deployment
https://wobb-beta.vercel.app/

## Requirements

Ensure you have the following installed:

- **Node.js** (v14.18.0+)
- **npm** or **yarn**

## Getting Started

### Installation

1. Clone the repository:
```bash
git clone https://github.com/dipeshdimi/Wobb.git
```

2. Navigate to the project directory:
```bash
cd Wobb
```

3. Install dependencies:
```bash
npm install
```

4. Run the application:
```bash
npm run dev
```