Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T01:28:52.000Z (about 1 month ago)
- Last Synced: 2024-10-11T02:40:15.376Z (27 days ago)
- Topics: supabase, supabase-db, supabase-js, svelte, sveltejs, sveltekit
- Language: Svelte
- Homepage: https://ow2countdown.com
- Size: 1.19 MB
- Stars: 23
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overwatch 2 Countdown Clock
A countdown clock to important dates for Overwatch 2
![](https://i.imgur.com/GKIba9d.gif)
## Tech Stack
[ow2countdown.com](https://ow2countdown.com) uses [SvelteKit](https://kit.svelte.dev/) backed by [Supabase](https://supabase.com/)
![svelte icon](https://github.com/sveltejs/branding/blob/master/svelte-horizontal.png)
![supabase icon](https://raw.githubusercontent.com/supabase/supabase/master/packages/common/assets/images/supabase-logo-wordmark--dark.svg#gh-dark-mode-only)## 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.