Follow the steps below to set this repo up on your local machine
git clone https://github.com/MPSTME-ACM/pfe-24
cd pfe-24
npm install
# or
yarn install
# or
pnpm install
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.