Skip to content

Installation

Prebuilt binaries

The easiest way to install particiapp-reference-frontend is to download the latest prebuilt archive file from GitLab for your platform (currently available for the Linux and Windows platforms using the amd64 architecture and macOS using the amd64 architecture). The extracted archive contains a self-contained binary in the dist/ subdirectory.

Node.js

If your project is already using Node.js you can install particiapp-reference-frontend via npm. Note that you will need the Go compiler installed (this requirement will be removed in the future when a prebuilt package will be made available in a npm package registry):

npm install gitlab:particiapp/particiapp-reference-frontend

Go

You can also build the binary from source by fetching and compiling it with the Go command:

go install gitlab.com/particiapp/particiapp-reference-frontend/cmd/prf-build@latest