Skip to main content
Use this guide once you have the required tools installed.

Steps

1

Fork the repo

Fork the repository on GitHub so you can open pull requests later.
2

Clone your fork

git clone https://github.com/<your-username>/launch.git
cd launch
3

Install dependencies

pnpm is the default, but npm or bun work too.
pnpm install