A countdown clock to important dates for Overwatch 2
ow2countdown.com uses SvelteKit backed by Supabase
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.