wg-portal/docs/documentation/getting-started/sources.md
Dmytro Bondar fc7eb40eb4
Update sources.md
Co-authored-by: h44z <christoph.h@sprinternet.at>
2025-01-23 01:41:38 +01:00

579 B

To build the application from source files, use the Makefile provided in the repository.

Requirements

Build

# Get source code
git clone https://github.com/h44z/wg-portal -b ${WG_PORTAL_VERSION:-master} --depth 1
cd wg-portal
# Build the frontend
make frontend
# Build the backend
make build

Install

Compiled binary will be available in ./dist directory.