···11-# Astro Starter Kit: Minimal
22-33-```sh
44-npm 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:
11+# zeu's website
3523636-| Command | Action |
3737-| :------------------------ | :----------------------------------------------- |
3838-| `npm install` | Installs dependencies |
3939-| `npm run dev` | Starts local dev server at `localhost:4321` |
4040-| `npm run build` | Build your production site to `./dist/` |
4141-| `npm run preview` | Preview your build locally, before deploying |
4242-| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
4343-| `npm run astro -- --help` | Get help using the Astro CLI |
33+
4444545-## ๐ Want to learn more?
55+## Built with:
66+- [Astro](https://astro.dev)
77+- [Svelte](https://svelte.dev)
88+- [Tailwind](https://tailwindcss.com)
99+- [MDX](https://mdxjs.com)
46104747-Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
1111+## Sections
1212+- [Home](https://zeu.dev)
1313+- [Blog](https://zeu.dev/blog)
1414+- [Open Source](https://zeu.dev/open-source)
1515+- [Resume](https://zeu.dev/resume)