/calendar

This is a straightforward calendar website that can be easily managed by non-technical individuals and shared with others.

Primary LanguageTypeScript

Koledar

Description

Libs used

Development

# Run the development server:
pnpm dev

Install dependencies

pnpm install

Lint

pnpm lint

# Fix linting issues
pnpm lint:fix

Generate database types

pnpm supabase:generate

Environment variables

Set the following environment variables in a .env file:

NEXT_PUBLIC_SUPABASE_URL=your-project-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key

# Only needed for creating new users
SERVICE_ROLE_KEY=your-service-role-key

Create a new user

bun scripts/createNewUser.ts

Delete a user

bun scripts/deleteUserByEmail.ts