materia/workspaces/frontend/README.md

17 lines
164 B
Markdown
Raw Normal View History

2024-07-31 14:59:22 +05:00
# materia-frontend
## Building (npm)
```sh
npm install
npm run build
```
## Building / installing (pdm)
```sh
pdm build
pdm install --prod --no-editable
```