events/README.md
2026-07-05 23:36:04 +05:30

18 lines
199 B
Markdown

# Events
Astro rebuild of the events site at `events.neeldhara.com`.
## Development
```sh
npm install
npm run dev
```
## Build
```sh
npm run build
```
The site is static and builds to `dist/`.