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.
- Site generator: Astro
- Interactive framework: Svelte
- Deployment: Fly.io
- Styling: PostCSS + open-props
- Icons: Phosphor Icons
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 |