No description
Find a file
Jorge Vargas 8937a42887
Some checks failed
Build Docker image / setup (push) Has been cancelled
Test github action
2025-06-27 17:42:54 -06:00
.github/workflows Test github action 2025-06-27 17:42:54 -06:00
.vscode Implement requests page 2025-06-19 19:42:24 -06:00
messages Implement requests page 2025-06-19 19:42:24 -06:00
prisma Implement requests page 2025-06-19 19:42:24 -06:00
project.inlang Update localization setup 2025-05-18 11:57:15 -06:00
public
src Add series field to game album pages 2025-06-23 14:34:32 -06:00
.dockerignore Add Dockerfile 2025-06-27 01:10:06 -06:00
.editorconfig Development environment update 2025-06-19 18:27:39 -06:00
.gitattributes Development environment update 2025-06-19 18:27:39 -06:00
.gitignore Test github action 2025-06-27 17:42:54 -06:00
.yarnrc.yml Development environment update 2025-06-19 18:27:39 -06:00
astro.config.mjs Update localization setup 2025-05-18 11:57:15 -06:00
Dockerfile Test github action 2025-06-27 17:42:54 -06:00
eslint.config.js
package.json Test github action 2025-06-27 17:42:54 -06:00
prettier.config.cjs
README.md
tsconfig.json Update localization setup 2025-05-18 11:57:15 -06:00
yarn.lock Test github action 2025-06-27 17:42:54 -06: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.