https://github.com/dipeshdimi/wobb
https://github.com/dipeshdimi/wobb
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dipeshdimi/wobb
- Owner: dipeshdimi
- Created: 2025-01-15T19:35:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T19:41:08.000Z (over 1 year ago)
- Last Synced: 2025-03-21T20:46:37.043Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://wobb-beta.vercel.app
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```