Timeshift is an app that enables you to view the current shifts of your distributed team in real-time.
Live demo: https://timeshift.pixellab.nz
This project was created as a part of the Supabase Open Source Hackathon 2024.
It is built using Supabase as the backend and React.js as the frontend.
Create a new Supabase project and run the contents of the schema.sql file in the SQL editor to create the required tables.
Install dependencies:
npm install
Copy the .env.example
file to .env
and fill in the required environment variables:
cp .env.example .env
Start the development server:
npm start
- Tailwind CSS Components by Aceternity UI: https://ui.aceternity.com