personal-website/README.md

42 lines
1.1 KiB
Markdown
Raw Normal View History

2024-03-13 05:56:42 +00:00
# Vitesse theme for Astro
2024-02-29 01:58:28 +00:00
2024-03-13 05:56:42 +00:00
Vitesse theme for Astro blog, supports Vue and UnoCSS.
2024-03-13 07:17:11 +00:00
[![Netlify Status](https://api.netlify.com/api/v1/badges/d5bae292-6116-4c52-af4b-05eadedccc60/deploy-status)](https://app.netlify.com/sites/kaivanwong/deploys)
## Preview
![Preview Image](./preview.png)
## Quick Start
[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kaivanwong/astro-theme-vitesse)
2024-03-13 08:04:52 +00:00
Click this button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify.
If you just want to develop locally, you can [create a repo](https://github.com/opuntia-dev/opuntia/generate) from this template on GitHub.
2024-03-13 07:17:11 +00:00
## Usage
Just run and visit http://localhost:1977.
```bash
pnpm dev
```
To build the App, you can run:
```bash
pnpm build
```
You will then see the `dist` folder generated for publishing, which you can preview locally with the following command.
```bash
pnpm preview
```
## License
[MIT License](./LICENSE) © 2024-PRESENT [Kaivan Wong](https://github.com/kaivanwong)