Skip to content

CactusPuppy/ow2countdown

Repository files navigation

Overwatch 2 Countdown Clock

A countdown clock to important dates for Overwatch 2

Tech Stack

ow2countdown.com uses SvelteKit backed by Supabase

svelte icon supabase icon

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.