materia/workspaces/frontend/README.md

17 lines
164 B
Markdown

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