https://github.com/alamguardin/astrodev
A beautiful astro template for developers.
https://github.com/alamguardin/astrodev
astro astro-template astro-theme portfolio portfolio-website template
Last synced: 5 months ago
JSON representation
A beautiful astro template for developers.
- Host: GitHub
- URL: https://github.com/alamguardin/astrodev
- Owner: alamguardin
- Created: 2023-11-13T22:46:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-10T22:13:14.000Z (10 months ago)
- Last Synced: 2025-08-11T00:17:29.761Z (10 months ago)
- Topics: astro, astro-template, astro-theme, portfolio, portfolio-website, template
- Language: CSS
- Homepage: https://astrodev-template.netlify.app/
- Size: 3.02 MB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astrodev: Template - Status Building
A template for developers made in Astro. 🧑🚀

```sh
git clone https://github.com/alamguardin/astrodev.git
```
## 🧞 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 |