Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 984 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 984 Bytes

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.