Thank you for considering a contribution to Triplex! Pull requests, issues and comments are welcome. Everything in Triplex is open source so dive into what you think would be fun to work on!
If you're looking for an issue to work on have a look for the "Contribution ready" labelled issues or reach out on the Poimandres Discord community.
-
Clone this repository
git clone https://github.com/pmndrs/triplex.git -
Install Volta and corepack for managing package manager versions and Node.js. They both automatically use the declared version of Node.js / package manager in the root package.json so you don't have to worry about it.
-
Install dependencies by running
pnpm.
➜ pnpm i
Scope: all 38 workspace projects
Lockfile is up to date, resolution step is skipped
Already up to date
Done in 2s using pnpm v10.11.0- You're now ready to start developing!
- Go to the
Run and Debugpanel inside Visual Studio Code - Select
Run Triplex for VS Codefrom the select menu - Hit the play button! You're now running everything.
You can develop Triplex using your own projects instead of the example packages by opening your projects folder after starting Triplex for VS Code locally.
File>Open Folder...> Find and select your projects folder!