This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/developer-docs/setup/website-dev-environment.md
dependabot[bot] b40caf12df
core: bump node from 18 to 20 (#5329)
* core: bump node from 18 to 20

Bumps node from 18 to 20.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump node everywhere, fixup go ci

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* bump versions in docs

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>
2023-04-21 13:54:23 +03:00

727 B

title
Website development environment

If you want to only make changes to the website, you only need node.

Prerequisites

  • Node (any recent version should work, we use 20.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@20 :::

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 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.