or simply run
npm install -g pnpm
First, clone this repo using git:
git clone git@github.com:2110336-2565-2/sec2-group10-demo-frontend.git
# or
git clone https://github.com/2110336-2565-2/sec2-group10-demo-frontend.git
Next, install all dependencies:
pnpm install
Finally, run the development server:
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
pnpm run build
pnpm run start