mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
818 B
818 B
title, sidebar_label, tags
| title | sidebar_label | tags | ||||
|---|---|---|---|---|---|---|
| Docs development environment | Docs development |
|
If you want to only make changes to the website, you only need node.
Prerequisites
- Node.js (any recent version should work; we use 24.x to build)
- Make (again, any recent version should work)
:::info
Depending on platform, some native dependencies might be required. On macOS, run brew install node@24
:::
Instructions
- Clone the git repo from https://github.com/goauthentik/authentik
- Run
make docs-installto install the docs development dependencies - Run
make docs-watchto start a development server to see and preview your changes - Finally when you're about to commit your changes, run
make docsto run the linter and auto-formatter.