Website for visualising the shortest paths between two F1 drivers and their teammates https://sixdegs.maciejpedzi.ch
Go to file
2024-07-27 17:28:05 +02:00
.vscode Ensure project's Typescript SDK version is used 2024-03-07 21:56:26 +01:00
public Init Astro project 2024-03-07 20:40:03 +01:00
src Add analytics script 2024-07-27 17:28:05 +02:00
.gitignore Init Astro project 2024-03-07 20:40:03 +01:00
astro.config.mjs Use single quotes in Astro config 2024-04-29 22:14:53 +02:00
example.env Add example env file 2024-04-29 11:49:56 +02:00
LICENSE Change license to GNU GPLv3 2024-04-29 11:53:32 +02:00
package-lock.json Add Node.js adapter 2024-04-29 22:14:04 +02:00
package.json Add Node.js adapter 2024-04-29 22:14:04 +02:00
README.md Init Astro project 2024-03-07 20:40:03 +01:00
tsconfig.json Add a TS alias for src directory 2024-04-27 23:52:18 +02:00

Astro Starter Kit: Minimal

npm create astro@latest -- --template minimal

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.