mirror of https://github.com/h44z/wg-portal.git
				
				
				
			
		
			
				
	
	
		
			11 lines
		
	
	
		
			331 B
		
	
	
	
		
			Markdown
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			331 B
		
	
	
	
		
			Markdown
		
	
	
	
| To build a standalone application, use the Makefile provided in the repository.
 | |
| Go version **1.23** or higher has to be installed to build WireGuard Portal.
 | |
| If you want to re-compile the frontend, NodeJS **18** and NPM >= **9** is required.
 | |
| 
 | |
| ```shell
 | |
| # build the frontend (optional)
 | |
| make frontend
 | |
| 
 | |
| # build the binary
 | |
| make build
 | |
| ``` |