Better sh hl

This commit is contained in:
2025-08-10 22:59:47 +00:00
parent 6eaf8a5c94
commit 876d0a6ff5
28 changed files with 134 additions and 118 deletions

View File

@ -16,19 +16,19 @@ This repository contains everything you need to edit pages, apply your changes,
Install dependencies:
```bash
```sh
npm install
```
## Development Environment (port 3000)
```bash
```sh
npm run dev
```
## Generate Static Pages
```bash
```sh
npm run generate
```
@ -38,6 +38,6 @@ The HTML files will be generated in the `.output/public` folder and are ready to
If you'd like to immediately see the result of your static site build, you can launch a preview server:
```bash
```sh
npm run preview
```