Test stagewise locally
Want to contribute to stagewise or test your changes locally? Follow these steps to get the development environment up and running.
Quick Setup
- Clone the repository and navigate to the project:
git clone https://github.com/stagewise-io/stagewise && cd stagewise
- Install dependencies and start the development server:
pnpm i && pnpm dev
-
Open the
stagewise
project in your IDE -
Prepare the extension environment:
- Uninstall or disable the official
stagewise
extension - Press F5 (this will open a new IDE window with the local extension version installed)
- Uninstall or disable the official
-
Visit
http://localhost:3002
to see the example application
What to Expect
Once set up, you'll see:
- A Next.js example application with the
stagewise
toolbar already configured - The toolbar will be connected to your local extension in
apps/vscode-extension
- Any changes you make to the extension code will be reflected in real-time
Next Steps
- 👾 Need help? Join our Discord
- 🐛 Found a bug? Open an issue
- 📖 Want to contribute? Check out our Contributing Guide