From 02b05caae841ba7ff493ddf8cbb877bb0a6c04e9 Mon Sep 17 00:00:00 2001 From: Jfriedli Date: Sun, 21 Mar 2021 17:14:25 +0100 Subject: update docs for building the css file manually --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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). # 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 -- cgit v1.3