To setup the repository locally follow the steps mentioned below:
- Install bench and setup a frappe-bench directory by following the Installation Steps.
- Start the server by running bench start.
- In a separate terminal window, create a new site by running bench new-site lms.test.
- Fork the LMS app
- Run bench get-app .
- Run bench --site lms.test install-app lms.
- Map your site to localhost with the command
bench --site lms.test add-to-hosts
- Now open the URL http://lms.test:8000/ in your browser, you should see the app running.