Contributing to Remix Development Tools
Contributions to Remix Development Tools are welcome! To contribute, please follow these guidelines.
Contributing
Contributions to Remix Development Tools are welcome! To contribute, please follow these guidelines:
- Fork the repository and clone it locally.
- Create a new branch for your feature or bug fix.
- Run
npm run dev
to start the development server with a vanilla Remix app setup. - Implement your changes, adhering to the existing code style and best practices.
- Please add tests for any new features or bug fixes.
- Commit and push your changes to your forked repository.
- Open a pull request, providing a clear description of your changes and their purpose.
Contributing on Remix Forge integrations
If you want to contribute to the VS Code extension integration follow the steps above and then:
- Clone the repo for Remix Forge locally.
- Open it in VS Code.
- Run
npm install
- Run
npm run dev
- Click
F5
which will launch a debugger instance of VS Code. - In the debugger instance of VS Code, start the remix dev tools
- Click
Connect to Remix Forge
in the Remix Dev Tools - Code on!