Go to file
2024-07-13 20:22:39 -04:00
public update 2024-05-13 23:34:06 -04:00
src Update src/content/minpluto/introduction.mdx 2024-07-13 20:22:39 -04:00
.dockerignore update 2024-05-13 23:34:06 -04:00
.drone.yml update 2024-06-07 21:44:57 -04:00
.gitignore update 2024-05-13 23:34:06 -04:00
astro.config.mjs Use Piwik integration for Astro 2024-05-17 02:10:52 -04:00
bun.lockb Add services page 2024-06-02 23:54:08 -04:00
Dockerfile Oh dear god, please fix this 2024-05-15 12:09:16 -04:00
keystatic.config.tsx Add screenshot option for future use 2024-05-29 17:36:35 -04:00
LICENSE update 2024-05-13 23:34:06 -04:00
minpluto-search.json update 2024-05-13 23:34:06 -04:00
movies.json update 2024-05-13 23:34:06 -04:00
package.json Use Piwik integration for Astro 2024-05-17 02:10:52 -04:00
README.md update 2024-05-13 23:34:06 -04:00
search-sh.sh update 2024-05-13 23:34:06 -04:00
search.js update 2024-05-13 23:34:06 -04:00
tsconfig.json update 2024-05-13 23:34:06 -04:00
zorn-search.json update 2024-05-13 23:34:06 -04: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.