https://github.com/rapideditor/rapid-devtools
⚙️ A Chrome DevTools Extension for Meta's Rapid
https://github.com/rapideditor/rapid-devtools
Last synced: 11 days ago
JSON representation
⚙️ A Chrome DevTools Extension for Meta's Rapid
- Host: GitHub
- URL: https://github.com/rapideditor/rapid-devtools
- Owner: rapideditor
- Created: 2024-06-13T21:10:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T17:26:07.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T20:39:59.370Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rapid DevTools
===
Rapid DevTools is a Chrome DevTools extension designed to enhance the development and debugging experience for [Meta's Rapid](https://github.com/facebook/Rapid), an AI-enhanced editor for OpenStreetMap.
It currently features the following:
* A sidebar showing the list of objects in Rapid's editor history. This would otherwise need to be logged in the console using `rapidContext.systems.editor.history`\

* A panel showing real-time updates to the Rapid history context and difference between each update.\

Extension Installation
===
* Open [chrome://extensions](chrome://extensions)
* Enable 'Developer Mode' checkbox
* Click 'Load unpacked extensions...'
* Select the `dist` folder
Usage
===
While in a local deployment of Rapid, launch the devtools, you should see a new tab called 'Rapid'. It currently displays the current version of Rapid running.
Development
===
See the [Development Guide](https://github.com/rapideditor/rapid-devtools/wiki/Development-Guide) in the Wiki for details.
Issues
===
If you encounter any issues, please report them on our [issue tracker](https://github.com/rapideditor/rapid-devtools/issues).