Cafe is a professional networking platform built on top of Frappe Framework to publish long-form insights and connect with like-minded individuals.
- Setup Bench.
- In the frappe-bench directory, run
bench startand keep it running. - Open a new terminal session and cd into
frappe-benchdirectory and run following commands:$ bench get-app builder $ bench get-app cafe $ bench new-site sitename.localhost --install-app cafe $ bench browse sitename.localhost --user Administrator
- Access the cafe page at
sitename.localhost:8000/cafein your web browser.