···11-# Astro Starter Kit: Minimal
22-33-```sh
44-pnpm create astro@latest -- --template minimal
55-```
66-77-[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal)
88-[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/minimal)
99-[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/minimal/devcontainer.json)
1010-1111-> ๐งโ๐ **Seasoned astronaut?** Delete this file. Have fun!
1212-1313-## ๐ Project Structure
1414-1515-Inside of your Astro project, you'll see the following folders and files:
1616-1717-```text
1818-/
1919-โโโ public/
2020-โโโ src/
2121-โ โโโ pages/
2222-โ โโโ index.astro
2323-โโโ package.json
2424-```
2525-2626-Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
2727-2828-There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
2929-3030-Any static assets, like images, can be placed in the `public/` directory.
3131-3232-## ๐ง Commands
3333-3434-All commands are run from the root of the project, from a terminal:
3535-3636-| Command | Action |
3737-| :--------------------- | :----------------------------------------------- |
3838-| `pnpm install` | Installs dependencies |
3939-| `pnpm dev` | Starts local dev server at `localhost:4321` |
4040-| `pnpm build` | Build your production site to `./dist/` |
4141-| `pnpm preview` | Preview your build locally, before deploying |
4242-| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
4343-| `pnpm astro -- --help` | Get help using the Astro CLI |
4444-4545-## ๐ Want to learn more?
11+# The Life Series
4624747-Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
33+https://www.life-series.online/