- Make sure you have nodeJs installed. This project was built on version
v16.13.1. - Install pnpm.
- For windows, powershell:
iwr https://get.pnpm.io/install.ps1 -useb | iex - For POSIX systems:
wget -qO- https://get.pnpm.io/install.sh | sh -orcurl -fsSL https://get.pnpm.io/install.sh | sh -
- For windows, powershell:
- Install dependencies: run
pnpm install.
- run
pnpm dev
- run
pnpm build - build output is
/dist - To serve the output locally, make sure you have
serveinstalled:npm install -g serve - enter the
distdirectory:cd dist - run serve:
serve -s
- run
pnpm test