Modern, open-source, CRM solution to supercharge your sales operations.
Note: I am currently not expecting any contributions to this repository. But you can always open an issue if you find any bugs, feature requests, or have any suggestions.
Currently, this app depends on the develop
branch of frappe.
- Setup frappe-bench by following this guide
- In the frappe-bench directory, run
bench start
and keep it running. Open a new terminal session and cd intofrappe-bench
directory. - Run the following commands:
bench new-site crm.test bench get-app crm bench --site crm.test install-app crm bench --site crm.test add-to-hosts bench --site crm.test browse --user Administrator
- Now, open a new terminal session and cd into
frappe-bench/apps/crm
, and run the following commands:yarn yarn dev
- Now, you can access the site on vite dev server at
http://crm.test:8080