Skip to content

ahmadabuwardeh/event-planning-assistant

Repository files navigation

Run Locally

  1. Configure your environment :

    • Add env files :
          cp .env.example .env
    • Edit them with your local config.
  2. Install node packages for project:

          npm i
  3. Run the server:

          npm run dev