Website generator to wrap docs and JSDoc into HTML template.
- Online: logux.org
- UI Kit: logux.org/uikit
Design by Aljona Kirdina.
Logux website is built by Evil Martians, an American design and engineering consultancy for developer tools, AI, and cybersecurity startups.
You can build local version of website and open it in browser by:
pnpm build
pnpm startYou need manually to re-build it on every changes.
For layout HTML and CSS development you can use UI kit with auto re-build:
pnpm start:uikitTo test nginx config, you will need to build and run Docker image:
pnpx ssdeploy run