An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Astrodev: Template - Status Building

A template for developers made in Astro. 🧑‍🚀

![preview](/src/assets/astrodev-thumbnail.png)

```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 |