feat: add analytics to website and small improvements

This commit is contained in:
Levente Orban
2025-08-27 16:06:12 +02:00
parent 7e6dbf15f9
commit 1ea87ab3ae
8 changed files with 60 additions and 99 deletions

View File

@@ -25,15 +25,7 @@ A mobile-first event RSVP platform that lets you create events, share unique URL
- **🛡️ Smart Limits** - Choose between unlimited RSVPs or set a limited capacity. Perfect for any event size.
- **✨ Effortless Simplicity** - Designed to be instantly clear and easy. No learning curve — just open, create, and go.
### 🏗️ Technology
- **SvelteKit** - Full-stack web framework
- **Tailwind CSS** - Utility-first CSS framework
- **TypeScript** - Type-safe development
- **PostgreSQL** - Robust relational database
- **Drizzle ORM** - Type-safe database queries
### 🚀 Quick Start
### Quick Start
```bash
git clone https://github.com/polaroi8d/cactoide/
@@ -44,13 +36,13 @@ make db-only
npm run dev -- --open
```
Your app will be available at `http://localhost:5173`
Your app will be available at `http://localhost:5173`. You can use the Makefile commands to run the application or the database, eg.: `make db-only`.
### 🚀 Self-Host
### Self-Host
WIP
Use the [`docker-compose.yml`](docker-compose.yml) file to setup the application with the database. You can define all ENV variables in the [`.env`](.env.example) file from the `.env.example`.
### 📄 License
### License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.