diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -63,6 +63,13 @@ mat2 is available in [Debian stable](https://packages.debian.org/stable/mat2). | |||
| 63 | # mkdir ./mat2-web/uploads/ | 63 | # mkdir ./mat2-web/uploads/ |
| 64 | # chown -R www-data:www-data ./mat2-web | 64 | # chown -R www-data:www-data ./mat2-web |
| 65 | ``` | 65 | ``` |
| 66 | ### Build the CSS file | ||
| 67 | |||
| 68 | ```bash | ||
| 69 | npm i | ||
| 70 | npm install --global postcss postcss-cli | ||
| 71 | npm run build:css | ||
| 72 | ``` | ||
| 66 | 73 | ||
| 67 | Since [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) isn't fun to | 74 | Since [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) isn't fun to |
| 68 | configure, feel free to copy | 75 | configure, feel free to copy |
