CMS setup Database Import anarkist.sql to a local MySQL DB named anarkist Create a user named anarkist with all privilidges in the DB Update DB_CONFIG in hidden.py if needed Virtual Python env Make sure Python3.9 is installed Create venv: python3.9 -m venv venv Activate venv: source venv/bin/activate Install dependencies: pip3.9 install -r requirements.txt Run app: python3.9 app.py Tailwind cd static/css/tailwind npm install npx tailwindcss -i tailwind.css -o ../app.css --watch