Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palmiak/astro-test
https://github.com/palmiak/astro-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/palmiak/astro-test
- Owner: palmiak
- Created: 2021-07-27T20:12:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T09:56:36.000Z (almost 3 years ago)
- Last Synced: 2024-10-16T01:08:10.537Z (2 months ago)
- Language: Astro
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Starter Kit: Docs Site
```
npm init astro -- --template docs
```> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
Features:
- ✅ CSS Grid Layout
- ✅ Full Markdown support
- ✅ Automatic header navigation sidebar
- ✅ Dark mode enabled by default## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
|:----------------|:--------------------------------------------|
| `npm install` | Installs dependencies |
| `npm start` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |## 👀 Want to learn more?
Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat).