Skip to content

lowdefy/lowdefy-dev-tools

Repository files navigation

Lowdefy Dev Tools

  1. Clone the lowdefy-dev-tools repository alongside your other lowdefy project repositories.

  2. Copy the insert_dev_tools.js file into the same directory as your project's lowdefy.yaml.

  3. In your lowdefy.yaml update your pages config as follows:

    pages:
      _ref:
        resolver: insert_dev_tools.js
        vars:
          pages:
            - _ref: your-page-1.yaml
            - _ref: your-page-2.yaml
            - _ref: your-page-3.yaml
            ...

    Alternatively, you can also reference the dev tools in directly with the following code:

    _ref: ../../../lowdefy-dev-tools/dev-tools/lowdefy_dev_tools.yaml

    You may need to update the path depending on your project's folder structure.

  4. Build and run your lowdefy project as normal, the tools will now be accessible in the bottom right corner:

    Dev Tools

    There is also a test-dev-tools app in this repository you can run and use for testing purposes.

Under Construction

The code editor is still a work in progress. Once complete it will replace the viewing and editing fields for state and requests. Therefore it is commented out on lowdefy_dev_tools.

Uncomment it and change the properties if you want to see how it behaves currently. If you're using it on a project other than the test-dev-tools app, you will need to add the code editor to your project plugins.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published