Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaal/drupalpod-browser-extension


https://github.com/shaal/drupalpod-browser-extension

Last synced: 23 days ago
JSON representation

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.