727 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			727 B
		
	
	
	
	
	
	
	
title
| 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 18.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@18
:::
Instructions
- Clone the git repo from https://github.com/goauthentik/authentik
- Run make website-installto install the website development dependencies
- Run website-watchto start a development server to see and preview your changes
- Finally when you're about to commit your changes, run make websiteto run the linter and auto-formatter.
