Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 940 Bytes

File metadata and controls

30 lines (21 loc) · 940 Bytes
Frappe Cafe Logo

Cafe

Professional networking, minus the noise

Cafe

Cafe is a professional networking platform built on top of Frappe Framework to publish long-form insights and connect with like-minded individuals.

Getting Started (Development)

Local Setup

  1. Setup Bench.
  2. In the frappe-bench directory, run bench start and keep it running.
  3. Open a new terminal session and cd into frappe-bench directory 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
  4. Access the cafe page at sitename.localhost:8000/cafe in your web browser.