Skip to main content

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

  1. Clone the repository into your resources folder with the name dolu_tool:

    git clone https://github.com/dolutattoo/dolu_tool.git
  2. Navigate to the dolu_tool/web folder and install the NUI dependencies:

    cd ./web
    pnpm 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!