martines3000 / calendar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 94.8%Language:CSS 3.2%Language:JavaScript 2.0%