ow2countdown
ow2countdown copied to clipboard
A countdown to important dates and times for Overwatch 2
Overwatch 2 Countdown Clock
A countdown clock to important dates for Overwatch 2

Tech Stack
ow2countdown.com uses SvelteKit backed by Supabase
Deploying
To run the site locally:
npm run dev
To create a production version of your app:
npm run build
Environment variables for Supabase's URL and anonymous access token must be set as PUBLIC_SUPABASE_URL and PUBLIC_SUPABASE_ANON_KEY, respectively.
You can preview the production build with npm run preview.
To deploy, you may need to install an adapter for your target environment.