A helper addon for LocalWP.
Updates the nginx config to support our project base multisite setup.
Adds a button to convert site to multiste sub directory setup, you should be able to setup subdomains with this setup also.
Adds a input field to change the projects root path. Often legacy projects requires you to have a root path like this: "{{root}}/web" etc.
Absolute path should also work. like this: "/Users/username/Sites/project-name/web"
This allows you to type in the production url and it will use that url to fetch images.
- Download the .tar.gz file from the releases page.
- Go to LocalWP and press the "Addons" tab in the sidebar.
- Press the "Installed" tab.
- Then click the "Install from disk" button at the top right.
- Activate and relaunch localWP.
- Use Node v16
npm install
installs dependencies.npm start
Starts the renderer process.npm start:main
Starts the main.ts process.
-
@getflywheel/local provides type definitions for Local's Add-on API.
-
@getflywheel/local-components provides reusable React components to use in your Local add-on.
- Node Module: https://www.npmjs.com/package/@getflywheel/local
- GitHub Repo: https://github.com/getflywheel/local-addon-api
- Style Guide: https://getflywheel.github.io/local-components