Skip to content

2110336-2565-2/sec2-group10-demo-frontend

Repository files navigation

DEMO by Tuder

Install pnpm

How to install pnpm

or simply run

npm install -g pnpm

Getting started

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.

Deploy

pnpm run build
pnpm run start