- Node (recommended version: LTS)
- Node package manager (npm, yarn, pnpm)
- From the repository root, install the dependencies using your package manager:
# pnpm
pnpm install
# npm
npm install
# yarn
yarn install
- Start the server
# pnpm
pnpm serve
# npm
npm run serve
# yarn
yarn run serve