Skip to content

🎞️ Share your code, enjoy live

Notifications You must be signed in to change notification settings

lollipop-onl/live-coding-theatre

Repository files navigation

Live Coding Theatre

Share your code, enjoy live.

for Developers

Requirements

  • Node.js 20
  • pnpm 8 (with corepack)
  • Firebase

Environment Variables

  • VITE_FIREBASE_API_KEY
  • VITE_FIREBASE_AUTH_DOMAIN
  • VITE_FIREBASE_DATABASE_URL
  • VITE_FIREBASE_PROJECT_ID
  • VITE_FIREBASE_MEASUREMENT_ID

Launch App

# install dependencies
pnpm install

# start vite server
pnpm run dev

Build App

# install dependencies
pnpm install

# build vite app
pnpm run build
# -> exports to /dist

License

MIT