diff --git a/.github/crm_logo.png b/.github/crm_logo.png new file mode 100644 index 000000000..cdd6b6329 Binary files /dev/null and b/.github/crm_logo.png differ diff --git a/.github/logo.png b/.github/logo.png new file mode 100644 index 000000000..6bf9bd93e Binary files /dev/null and b/.github/logo.png differ diff --git a/.github/screenshots/Call Logs.png b/.github/screenshots/Call Logs.png new file mode 100644 index 000000000..3c78a479d Binary files /dev/null and b/.github/screenshots/Call Logs.png differ diff --git a/.github/screenshots/Deal.png b/.github/screenshots/Deal.png new file mode 100644 index 000000000..cc74363d8 Binary files /dev/null and b/.github/screenshots/Deal.png differ diff --git a/.github/screenshots/Lead.png b/.github/screenshots/Lead.png new file mode 100644 index 000000000..66772f4e5 Binary files /dev/null and b/.github/screenshots/Lead.png differ diff --git a/.github/screenshots/Leads.png b/.github/screenshots/Leads.png new file mode 100644 index 000000000..5646a91e4 Binary files /dev/null and b/.github/screenshots/Leads.png differ diff --git a/.github/screenshots/Notes.png b/.github/screenshots/Notes.png new file mode 100644 index 000000000..473224191 Binary files /dev/null and b/.github/screenshots/Notes.png differ diff --git a/README.md b/README.md index 049c472f9..59fcb8f0a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,51 @@ -## Frappe CRM +

+ Gameplan logo +

Modern, open-source, CRM solution to supercharge your sales operations.

+

-Kick-ass Open Source CRM +

+ + issues + + + license + +

-#### License +> **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. -AGPLv3 \ No newline at end of file +Screenshot 2022-09-18 at 9 16 08 PM + + +
+ Show more screenshots + + Screenshot 2022-09-18 at 9 18 17 PM + + Screenshot 2022-09-18 at 11 47 06 PM + + Screenshot 2022-09-18 at 9 18 47 PM + + Screenshot 2022-09-18 at 9 18 47 PM +
+ +## Getting Started + +Currently, this app depends on the `develop` branch of [frappe](https://github.com/frappe/frappe). + +1. Setup frappe-bench by following [this guide](https://frappeframework.com/docs/v14/user/en/installation) +1. In the frappe-bench directory, run `bench start` and keep it running. Open a new terminal session and cd into `frappe-bench` directory. +1. Run the following commands: + ```sh + 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 + ``` + 1. Now, open a new terminal session and cd into `frappe-bench/apps/crm`, and run the following commands: + ``` + yarn + yarn dev + ``` + 1. Now, you can access the site on vite dev server at `http://crm.test:8080` \ No newline at end of file