This is the status website for Karuna 2020: https://status.karuna2020.org
Create a new incident:
npm run new-incident
Update an incident:
npm run update-incident
Delete an incident:
npm run delete-incident
Start a local development server:
npm run dev
Build for production:
npm run generate