Frontend for Marley Healthcare
You can install this app using the bench CLI:
cd $PATH_TO_YOUR_BENCH
bench get-app https://github.com/earthians/marley_frontend.git
install ERP Next and Marley Healthcare to the site. Then,
bench --site demo.com install-app marley_frontend
bench setup requirements
bench build
bench --site demo.com migrate
The healthcare frontend pages will available on demo.com/healthcare
-
Open a new terminal session and cd into frappe-bench/apps/marley_frontend, and run the following commands:
yarn install yarn dev
-
Now, you can access the site on vite dev server at http://localhost:8080
mit