Build Text Forge from source
Note
This page currently haven't guide for build, there is just manual for open project source in Godot.
Get Engine
Text Forge built on Godot (v4.4.1.stable.official [49a5bc7b6]), you can get this version from this page:
https://godotengine.org/download/archive/4.4.1-stable
Get Source
To get source you can use git clone
or with GitHub Desktop:
git clone https://github.com/text-forge/text-forge.git
Or open official repo and click on Code > Open with GitHub Desktop
and configure it.
Edit Project
Now you can use Godot to import project and edit it, or press F5
to run project.
Important
If your clone is for conribution, Alway create a new branch for new PRs.