Skip to main content

2.1 Getting Started

Clinic Edge is a Next.js project, bootstrapped with create-next-app. The backend is powered by Supabase. For a detailed explanation of the file and folder structure, see section 3. Get to Know: System Components.

To run the project locally, follow these steps:

1. Run the development server

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev