Skip to content

alaalsalam/frappe-demo

 
 

Repository files navigation

CustomDemo

this is a demo app

Installation

You can install this app using the bench CLI:

cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch develop
bench install-app custom_app

Contributing

This app uses pre-commit for code formatting and linting. Please install pre-commit and enable it for this repository:

cd apps/custom_app
pre-commit install

Pre-commit is configured to use the following tools for checking and formatting your code:

  • ruff
  • eslint
  • prettier
  • pyupgrade

License

mit

About

CustomDemo is a demo application showcasing manual setup and development of a Frappe app using bench CLI. It serves as a learning project to understand app structure, installation, and development workflow in the Frappe framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 58.4%
  • Python 31.3%
  • JavaScript 5.6%
  • HTML 4.7%