Loading docs page
Clone the repo, configure local env, and boot the site locally.
Use the standard Next.js workflow defined in package.json.
1git clone https://github.com/Runway-js/runway.js.git your-project-name
2cd your-project-name
3npm install
4npm run devOpen http://localhost:3000 after the dev server starts.
Create .env.local from the example file and only turn on the providers you actually need for the
work in front of you.
If you are working on the public site or docs first, you can usually leave auth, billing, and email providers disabled until you are ready to wire those flows.
The fastest path is usually: boot the repo, replace the public copy and brand, then enable product systems in the order you need them.
Use these as the baseline checks before you move on:
1npm run lint
2npm run buildIf you changed docs content, also confirm the page appears in the sidebar and search and resolves from its URL.