18 lines
199 B
Markdown
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/`.
|