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

https://github.com/casoon/astro-unocss-starter


https://github.com/casoon/astro-unocss-starter

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Astro Template
This is a sample starter template for building fully static site using [Astro](https://astro.build).

## Features

- Astro 3.x
- Alpine.js 3

### Install Dependencies
`npm install` or `yarn install`

#### Preview Mode
`npm run dev` or `yarn dev`

#### Live or Production Mode
`npm run build` or `yarn build`