Skip to content

ahad-iftikhar/smart-learn

Repository files navigation

Prerequisites

Make sure that you have installed

  • Node.js
  • Git
  • npm / yarn / pnpm / bun
  1. Clone this repository:
  2. Install dependencies:
    npm install
  3. Setup env variables:
     # app
     NEXT_PUBLIC_URL=http://localhost:3000
     NEXT_PUBLIC_DOMAIN=localhost:3000
    
     # clerk
     CLERK_SECRET_KEY=
     NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
     NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
     NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
     NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
     NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
  4. Run the development server:
    npm run dev
  5. Open your browser and navigate to http://localhost:3000 to see the website in action.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors