Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaal/drupalpod-browser-extension
https://github.com/shaal/drupalpod-browser-extension
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shaal/drupalpod-browser-extension
- Owner: shaal
- License: mit
- Created: 2021-06-22T05:35:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T22:29:19.000Z (7 months ago)
- Last Synced: 2024-05-22T22:21:03.059Z (6 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 5
- Watchers: 4
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DrupalPod
Browser extension that helps set up a full Drupal development environment from Drupal issue pages.
## Compiling Firefox Extension
```bash
web-ext build
```## Compiling Safari extension
1. Create a new Xcode project. Choose the Safari extension app template.
2. Empty the Shared (Extension)/Resources folder.
3. Add all files from this folder to the Shared (Extension)/Resources folder
4. Run the project.