Go to file
2021-02-23 17:08:09 +02:00
.github chore: Update issue templates. 2021-02-23 11:20:23 +02:00
.vscode chore: configure eslint and prettier 2020-10-06 17:21:14 +02:00
.yarn fix(deps): Update package commander to v7.1.0. 2021-02-17 12:25:42 +02:00
packages Merge remote-tracking branch 'origin/develop' into docs-tutorial 2021-02-23 17:08:09 +02:00
.eslintrc.yaml fix(block-tools): remove console log 2020-11-30 13:13:34 +02:00
.gitattributes Initial commit 2020-10-01 13:20:56 +02:00
.gitignore chore: READMEs for server and renderer packages 2021-02-19 13:28:06 +02:00
.pnp.cjs fix(deps): Update package commander to v7.1.0. 2021-02-17 12:25:42 +02:00
.prettierrc chore: fix indentation 2020-10-15 15:09:02 +02:00
.yarnrc.yml chore: remove yarn interactive tools plugin 2021-02-10 12:39:01 +02:00
CHANGELOG.md chore: Release version 3.10.1. 2021-02-19 15:38:28 +02:00
CODE_OF_CONDUCT.md chore: Update code of conduct to Contributor Covenant v2 2021-02-23 10:45:07 +02:00
CONTRIBUTING.md chore: Add contributing.md 2021-02-23 11:27:24 +02:00
lerna.json chore: Release version 3.10.1. 2021-02-19 15:38:28 +02:00
LICENSE feat: add Apache-2.0 license 2020-10-05 17:32:31 +02:00
package.json fix(deps): Update dependency eslint to v7.20.0. 2021-02-17 09:11:06 +02:00
README.md chore: Update readme. 2021-02-23 11:28:14 +02:00
renovate.json chore: update renovate config 2020-11-06 11:55:07 +02:00
SECURITY.md fix: add SECURITY.md 2021-02-15 23:16:27 +02:00
yarn.lock chore: Release version 3.10.1. 2021-02-19 15:38:28 +02:00

Lowdefy

Tests Main Tests Develop Maintainability Test Coverage Codecov

Quick start

Run:

npx lowdefy init && npx lowdefy dev

This will create a file called lowdefy.yaml in the current working directory that contains the configuration for a Lowdefy app (as well as a .gitignore) and launch a local development server at http://localhost:3000. Make changes in the lowdefy.yaml to see them reflect in the app.

More Lowdefy resources

Changelog

All changes to this project are documented in CHANGELOG.md.

Contributing

Please see CONTRIBUTING.md.

Security

If you discover a vulnerability, please follow the guide in SECURITY.md to disclose this to us responsibly.

Code of conduct

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to follow the Contributor Covenant code of conduct. See CODE_OF_CONDUCT.md for more.

Licence

Apache-2.0