- Download the latest release
- Go to Settings » Add-ons inside Local (1.1.0 or newer) and click on Install Add-on
- Browse to the downloaded release
- Check the checkbox by the Volumes addon to enable it
- Restart Local
Place the repository into the following directory depending on your platform:
- macOS:
~/Library/Application Support/Local by Flywheel/addons
npm install
All files in /src
will be transpiled to /lib
using Babel. Anything in /lib
will be overwritten.
npm run-script build
Not familiar with some or any of these terms? Here are a few resources to get you up to speed.
- Node.js
- Babel
- ES6/ES2015
- babel-cli: Babel command line.
- babel-preset-es2015: Babel preset for all es2015 plugins.
- babel-preset-react: Babel preset for all React plugins.
- babel-preset-stage-0: Babel preset for stage 0 plugins
MIT