https://github.com/we-be/vibe-chuck
https://github.com/we-be/vibe-chuck
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/we-be/vibe-chuck
- Owner: we-be
- Created: 2024-10-01T12:18:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-10T18:57:20.000Z (about 1 year ago)
- Last Synced: 2025-05-10T19:22:41.793Z (about 1 year ago)
- Language: Svelte
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VIBE ~ CHUCK
Will you pass the **VIBE CHUCK**?
## Overview
VIBE CHUCK is a social media app for sharing and rating holiday decorations in Charleston and beyond. Users can post photos of their favorite holiday displays, browse decorations by event, and vote for the best ones. The app ranks decorations based on popularity and freshness, helping people discover the most impressive holiday displays in their area.
## Getting Started
To run the VIBE CHUCK frontend locally:
```bash
# Install dependencies
npm install
# Start the development server
npm run dev
# Visit http://localhost:5173 in your browser
```
The app requires the PocketBase backend (vibecheckr) to be running. You can configure the PocketBase URL using the `VITE_POCKETBASE_URL` environment variable. If not set, it defaults to `http://localhost:8090`.
You can create a `.env` file in the project root with:
```
VITE_POCKETBASE_URL=https://your-pocketbase-url.com
```
---
2024 TCP Software, LLC
Made with pocketbase and skeleton ui