mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
.github | ||
.vscode | ||
.yarn | ||
packages | ||
.eslintrc.yaml | ||
.gitattributes | ||
.gitignore | ||
.pnp.cjs | ||
.prettierrc | ||
.yarnrc.yml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
lerna.json | ||
LICENSE | ||
package.json | ||
README.md | ||
renovate.json | ||
SECURITY.md | ||
yarn.lock |
Lowdefy
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
- Getting started with Lowdefy - https://docs.lowdefy.com/tutorial-start
- Lowdefy docs - https://docs.lowdefy.com
- Lowdefy website - https://lowdefy.com
- Community forum - https://github.com/lowdefy/lowdefy/discussions
- Bug reports and feature requests - https://github.com/lowdefy/lowdefy/issues
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.