- Node 20+
sudo npm install -g [email protected]curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bashnvm install 22 && nvm use 22
- Run
cp .env.example .env.development - Run
npm run dev
- Run
cp .env.example .env.production - Run
npm ci - Run
npm run build - Serve static assets in
./distwith preferred tool. Ex.npx run serve