- Node 20+
sudo npm install -g [email protected]
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install 22 && nvm use 22
- Run
npm ci
- Run
npm run build
- Serve static assets in
./dist
with preferred tool. Ex.npx run serve