[![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)
If you 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.
## 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.