Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.12 KB

This is a website that shows motorsport events from around the world. Currently, it can create a .ics-file and shows a list with interactive filtering but the plan is to make this a fully-fledged web app.

Stack

Development

Command Action
yarn Installs dependencies
yarn dev Starts local dev server at localhost:4321
yarn build Builds production site to ./dist/
yarn astro ... Run CLI commands like astro add, astro check
yarn astro --help Get help using the Astro CLI