Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.launchtoday.dev/llms.txt

Use this file to discover all available pages before exploring further.

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