Development
Build the project yourself to get the latest and experimental features.
caution
These steps require some development knowledge. If you just want to use the tool, grab the latest release below and follow the Installation guide instead.
Get Dolu ToolFree and open source, ready in minutes.
Prerequisites
Installing dependencies & setup
-
Clone the repository into your
resourcesfolder with the namedolu_tool:git clone https://github.com/dolutattoo/dolu_tool.git -
Navigate to the
dolu_tool/webfolder and install the NUI dependencies:cd ./webpnpm i
Building the NUI
Run this from the dolu_tool/web folder:
pnpm build
Watching files
If you don't want to rebuild all the time, you can watch files instead — changes are written to disk on file save:
pnpm start:game
tip
Found a bug or built something cool? Contributions are welcome on GitHub!