- Copy
.env.exampleto.env - Make changes in
.envto fulfil your requirements - Run npm install
- Run npm run dev
- Open http://localhost:3000 with your browser to see the result
- Copy
.env.exampleto.env - Make changes in
.envto fulfil your requirements - Run docker-compose up -d --build (add build command only once)
- Open http://localhost:3000 with your browser to see the result
Wallet connect project id can be obtained from flare fassets support telegram.
Releases container images to the GitLab Container Registry.
The releaser tool creates a Git tag, which triggers a CI pipeline that
builds and pushes the image.
- Pre-release tags (e.g.,
v1.2.3-rc.1,v1.2.3-alpha.1) push to staging - Stable tags (e.g.,
v1.2.3) push to production (requires a protected branch and maintainer role)
Interactive release (for creating a new pre-release or promoting to stable):
just releaseFast release (auto-bumps the pre-release version, e.g., rc.1 → rc.2):
just release-fast
--fastonly works when the current version is already a pre-release.