You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ To install and utilize Remix Development Tools, follow these steps:
33
33
34
34
```bash
35
35
npm install remix-development-tools
36
-
```
37
-
36
+
```
37
+
38
38
2. Add the following to your application `root.tsx` file:
39
39
40
40
```diff
@@ -72,6 +72,7 @@ export default function App() {
72
72
## RemixDevTools props
73
73
74
74
The `RemixDevTools` component accepts the following props:
75
+
75
76
-`port`: The port number to use for the Remix Development Tools connection to Remix Forge. If you want to change the port and connect to your Remix Forge VS code extension you need to change the port in VS Code too. Defaults to `3003`.
76
77
-`defaultOpen`: Whether to open the Remix Development Tools by default. Defaults to `false`.
77
78
@@ -83,9 +84,9 @@ Contributions to Remix Development Tools are welcome! To contribute, please foll
83
84
2. Create a new branch for your feature or bug fix.
84
85
3. Run `npm run setup` to get your development environment set up.
85
86
4. Run `npm run dev` to start the development server.
86
-
3. Implement your changes, adhering to the existing code style and best practices.
87
-
5. Commit and push your changes to your forked repository.
88
-
6. Open a pull request, providing a clear description of your changes and their purpose.
87
+
5. Implement your changes, adhering to the existing code style and best practices.
88
+
6. Commit and push your changes to your forked repository.
89
+
7. Open a pull request, providing a clear description of your changes and their purpose.
89
90
90
91
## Support
91
92
@@ -101,4 +102,4 @@ Remix Development Tools was inspired by the Remix framework and aims to enhance
101
102
102
103
---
103
104
104
-
Feel free to explore Remix Development Tools, and we hope it significantly improves your Remix development process. If you encounter any issues or have suggestions for enhancements, please don't hesitate to open an issue on our GitHub repository. Happy Remixing!
105
+
Feel free to explore Remix Development Tools, and we hope it significantly improves your Remix development process. If you encounter any issues or have suggestions for enhancements, please don't hesitate to open an issue on our GitHub repository. Happy Remixing!
0 commit comments