https://github.com/frikadellios/astropampers
Astro Static starter website template for Vercel
https://github.com/frikadellios/astropampers
astro daisyui editorconfig eslint nanocss pnpm postcss prettier react tailwind typescript vercel
Last synced: 3 months ago
JSON representation
Astro Static starter website template for Vercel
- Host: GitHub
- URL: https://github.com/frikadellios/astropampers
- Owner: Frikadellios
- License: mit
- Created: 2023-09-20T15:38:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T16:48:39.000Z (almost 3 years ago)
- Last Synced: 2025-05-31T00:29:11.570Z (about 1 year ago)
- Topics: astro, daisyui, editorconfig, eslint, nanocss, pnpm, postcss, prettier, react, tailwind, typescript, vercel
- Language: Astro
- Homepage: https://astro-pampers.vercel.app
- Size: 686 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astro Starter Kit: AstroPampers for kids :)
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
## 🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files:
```text
/
├── 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 |
| :------------------------ | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:4321` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm astro-check` | Preview check before deploying |
## 👀 Want to learn more?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).