Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Compilation instructions

RedstoneScratch edited this page Nov 6, 2022 · 1 revision

If you need/want to compile Platinum from source, here are the instructions to do that.

It's the same as upstream Catalyst, so you could also follow those instructions.

  1. git/gh clone the repo
  2. npm install the dependencies
  3. npm run tailwind:once
  4. npm run make

The binaries will be in the ./out directory.

Clone this wiki locally