Source code for formulacountdown.com, a website created for FORMULA 1/2/3/Academy Fans to keep track of the schedule and never miss a race again.
This project utilizes sportstimes, which is licensed under the MIT License.
# clone project
git clone https://github.com/lassewolpmann-org/f1-countdown-svelte-kit.git
cd f1-countdown-svelte-kit/
# install dependencies
npm install
# start development server
npm run dev