![dependabot[bot]](/assets/img/avatar_default.png)
* core: bump library/node from 22 to 24 Bumps library/node from 22 to 24. --- updated-dependencies: - dependency-name: library/node dependency-version: '24' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * update docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix linux esbuild Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove lockfile-lint package as SFE doesnt have a package lock and we have a script for the main lock Signed-off-by: Jens Langhammer <jens@goauthentik.io> * update dependabot Signed-off-by: Jens Langhammer <jens@goauthentik.io> * format Signed-off-by: Jens Langhammer <jens@goauthentik.io> * bump fido Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
830 B
830 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 website-install
to install the website development dependencies - Run
make website-watch
to start a development server to see and preview your changes - Finally when you're about to commit your changes, run
make website
to run the linter and auto-formatter.