A web app built to make finding the best time to meet with your friends or team members easier. Developed by cameron and andre.
Try it yourself at scheduleit.now!
Clone the project
git clone https://github.com/wzid/scheduleit
Go to the project directory
cd scheduleit
Install dependencies
bun i
Set 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