A web app built to make finding the best time to meet with your friends or team members easier. Made by cameron and andre.
Try it yourself at scheduleit.now!
- 🥟 Bun
- 🌎 Vercel
- 🔥 Svelte 5
- 🧩 TypeScript
- 🎨 Tailwind CSS
- 🌧️ Drizzle ORM
- 🌀 Upstash Redis
Clone the project
git clone https://github.com/wzid/scheduleitGo to the project directory
cd scheduleitInstall dependencies
bun iSet environment variables
To run this project, you need to set the required environment variables. Copy `.env.example` into a new file called `.env` and fill in the values.Start the local development server at http://localhost:5173
bun dev