The official manager for Project Colorway-compatible apps.
- Grab the latest release from this repo
- Run Colorish
- You're set. Any compatible apps will now pass colorway management to Colorish
- Discord (Vencord/Vesktop only for now): DiscordColorways
- The latest node.js version
- pnpm
- Clone the repo:
git clone https://github.com/ProjectColorway/colorish.git
- Go inside the
colorish
directory:
cd colorish
- Install all the packages:
pnpm i
- To run in dev mode:
pnpm dev
- To build full app:
pnpm build
- To build UI only:
pnpm build:svelte
- To build electron
pnpm build:electron
- To build and publish
pnpm build:p