# materia-frontend ## Building (npm) ```sh npm install npm run build ``` ## Building / installing (pdm) ```sh pdm build pdm install --prod --no-editable ```