/Events

Primary LanguageTypeScriptMIT LicenseMIT

Events Website

Screenshot 2024-06-22 at 1 46 12 PMScreenshot 2024-06-22 at 1 47 42 PM

Screenshot 2024-06-22 at 1 47 50 PMScreenshot 2024-06-22 at 1 48 01 PM

Technologies used

Technologies

Demo

Events Site - Live Demo

Run Locally

Clone the project

  git clone https://github.com/jane-does-coding/cooking-website

Go to the project directory

  cd my-project

Install dependencies

  npm i

Add .env

  DATABASE_URL=
  NEXTAUTH_SECRET=

Start the server

  npm run dev