mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-12 11:12:17 -04:00
update docs for building the css file manually
This commit is contained in:
parent
898d6f3c1f
commit
02b05caae8
1 changed files with 7 additions and 0 deletions
|
@ -63,6 +63,13 @@ mat2 is available in [Debian stable](https://packages.debian.org/stable/mat2).
|
|||
# mkdir ./mat2-web/uploads/
|
||||
# chown -R www-data:www-data ./mat2-web
|
||||
```
|
||||
### Build the CSS file
|
||||
|
||||
```bash
|
||||
npm i
|
||||
npm install --global postcss postcss-cli
|
||||
npm run build:css
|
||||
```
|
||||
|
||||
Since [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) isn't fun to
|
||||
configure, feel free to copy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue