Skip to content

Compilation of Catalyst

JaydenDev edited this page Jan 3, 2022 · 1 revision

To build a binary for your platform do the following:

git clone https://github.com/JaydenDev/Catalyst && cd Catalyst
npm/pnpm install
npm/pnpm run tailwind:once
npm/pnpm run make

binaries and packages will be in out/ directory.

Clone this wiki locally