Overview
The Overwatch 2 Countdown Clock is a web-based application that displays a countdown to important dates related to the release and events of Overwatch 2. It provides players and fans with an easy way to keep track of upcoming updates and announcements for the highly anticipated game.
Features
- Countdown Clock: The main feature of the application is a visually appealing countdown clock that displays the remaining time until a specific date related to Overwatch 2.
- Tech Stack: The application is built using SvelteKit, a modern web framework for building user interfaces. It is backed by Supabase, which provides the backend infrastructure for managing data and authentication.
- Deployment: The application can be run locally for testing and development purposes. It also provides instructions for creating a production version of the app and deploying it.
Installation
To run the Overwatch 2 Countdown Clock locally, follow these steps:
- Clone the repository from GitHub.
- Install the necessary dependencies by running
npm installoryarnin the project directory. - Set the environment variables for Supabase’s URL and anonymous access token. Use
PUBLIC_SUPABASE_URLfor the URL andPUBLIC_SUPABASE_ANON_KEYfor the access token. - Preview the production build with
npm run previeworyarn run preview. - If you want to deploy the application, you may need to install an adapter suitable for your deployment environment.
Summary
The Overwatch 2 Countdown Clock is a useful web application for Overwatch fans who want to stay updated on important dates related to the game. It offers a visually appealing countdown clock and is built using modern web technologies like SvelteKit and Supabase. The installation process is relatively straightforward, allowing users to run the application locally or deploy it for wider access.