Initialize Vite project

This commit is contained in:
sss
2025-08-13 16:06:17 -07:00
parent 3567a779db
commit 06af334434
6 changed files with 78 additions and 1 deletions

View File

@@ -1 +1,9 @@
# sune
# sune
Simple Vite-powered Hello World site.
## Scripts
- `npm install` to install dependencies.
- `npm run dev` to start the development server.
- `npm run build` to build the site into the `docs/` directory for GitHub Pages.