summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07aaadc..67863ab 100644
--- a/README.md
+++ b/README.md
@@ -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
69npm i
70npm install --global postcss postcss-cli
71npm run build:css
72```
66 73
67Since [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) isn't fun to 74Since [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) isn't fun to
68configure, feel free to copy 75configure, feel free to copy