Files
authentik/website/docs/developer-docs/setup/website-dev-environment.md
dependabot[bot] 70460bfb30 core: bump library/node from 22 to 24 (#14410)
* 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>
2025-05-20 16:02:51 +02:00

830 B

title, sidebar_label, tags
title sidebar_label tags
Docs development environment Docs development
development
contributor
docs
docusaurus

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

  1. Clone the git repo from https://github.com/goauthentik/authentik
  2. Run make website-install to install the website development dependencies
  3. Run make website-watch to start a development server to see and preview your changes
  4. Finally when you're about to commit your changes, run make website to run the linter and auto-formatter.