Build Text Forge from source
Note
This page currently haven't complete guide for build, there is just manual for open project source in Godot. To build editor from source use this guide from official Godot docs.
Get Engine
Text Forge built on Godot (v4.4.1.stable.official [49a5bc7b6]), you can get this version from this page.
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, Always create a new branch for new PRs.