Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 476 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 476 Bytes

Meeting Scheduler

This is a Next.js project bootstrapped with create-next-app.

Local development

  1. Duplicate .env.example to .env
  2. Install dependencies with your favorite package manager
    • pnpm install
  3. Run local development server along with mock data
    • pnpm mock-api & pnpm dev

Visit http://localhost:3000 to see the app.