Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

getflywheel/local-addon-volumes

Repository files navigation

Synopsis PRs Welcome

Local Addon: Volumes Screenshot

Installation

Downloading a Release

  1. Download the latest release
  2. Go to Settings » Add-ons inside Local (1.1.0 or newer) and click on Install Add-on
  3. Browse to the downloaded release
  4. Check the checkbox by the Volumes addon to enable it
  5. Restart Local

Cloning

Place the repository into the following directory depending on your platform:

  • macOS: ~/Library/Application Support/Local by Flywheel/addons

Developing

Installing Dev Dependencies

npm install

Folder Structure

All files in /src will be transpiled to /lib using Babel. Anything in /lib will be overwritten.

Transpiling

npm run-script build

Babel, transpiling, ES6, Node.js, what?

Not familiar with some or any of these terms? Here are a few resources to get you up to speed.

Dev Dependencies

License

MIT