https://github.com/cactuspuppy/ow2countdown
A countdown to important dates and times for Overwatch 2
https://github.com/cactuspuppy/ow2countdown
supabase supabase-db supabase-js svelte sveltejs sveltekit
Last synced: 2 months ago
JSON representation
A countdown to important dates and times for Overwatch 2
- Host: GitHub
- URL: https://github.com/cactuspuppy/ow2countdown
- Owner: CactusPuppy
- Created: 2022-04-26T15:15:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T06:39:16.000Z (3 months ago)
- Last Synced: 2025-02-08T21:32:59.376Z (3 months ago)
- Topics: supabase, supabase-db, supabase-js, svelte, sveltejs, sveltekit
- Language: Svelte
- Homepage: https://ow2countdown.com
- Size: 1.45 MB
- Stars: 23
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overwatch 2 Countdown Clock
A countdown clock to important dates for Overwatch 2

## Tech Stack
[ow2countdown.com](https://ow2countdown.com) uses [SvelteKit](https://kit.svelte.dev/) backed by [Supabase](https://supabase.com/)

## Deploying
To run the site locally:
```bash
npm run dev
```To create a production version of your app:
```bash
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](https://kit.svelte.dev/docs/adapters) for your target environment.