Most of the content is hosted in this repository.
The legacy documentation pages for the /documents/
URL is hosted in a separate
repository at twisted/documents.
You can run a local test server via $ python3 test_server.py
.
It is designed to replicate the same 404 behavior as GitHub Pages.
This project is using Tailwind v3 in the
404.html page.
Use the tw-
prefix with Tailwind CSS classes.
Node/npm is required to update the /build/css/tailwind.css file.
You can get nodejs on your system via Python as:
virtualenv venv
. venv/bin/activate
pip install nodeenv
nodeenv node-env
. node-env/bin/activate
jest
is used for the test suite.
./node_modules/.bin/jest
Use this command when developing for the CSS file to be updated automatically with your Tailwind classes:
npm run dev
To minify the file run:
npm run build