23 lines
402 B
Markdown
23 lines
402 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/`.
|
|
|
|
## Analytics
|
|
|
|
Production builds include Rybbit analytics through `https://analytics.neeldhara.cloud/`.
|
|
The site is registered as `events.neeldhara.com` in the `Websites` organization with site id `12`.
|