Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 360 Bytes

File metadata and controls

31 lines (21 loc) · 360 Bytes

CommunityWebsite

Run Locally

Clone the project

  git clone https://github.com/DevMatrix1/CommunityWebsite.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev
  Open the application in your browser at http://localhost:3000.