diff options
| author | Jfriedli | 2021-03-21 17:14:25 +0100 |
|---|---|---|
| committer | Jfriedli | 2021-03-21 17:14:25 +0100 |
| commit | 02b05caae841ba7ff493ddf8cbb877bb0a6c04e9 (patch) | |
| tree | a81a74a895b76077193d1099fdcaa6c39543814e /README.md | |
| parent | 898d6f3c1f41c047730060d9346e6246a26f3816 (diff) | |
update docs for building the css file manually
Diffstat (limited to 'README.md')
| -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 |
