Slides
- Author: frappe
- Repository: https://github.com/frappe/slides
- GitHub stars: 30
- Forks: 19
- License: AGPL-3.0
- Category: Other
- Maintenance: Actively Maintained
- Frappe versions: develop
Install Slides
bench get-app https://github.com/frappe/slides
Add the Frappe Gems badge to your README
Maintain Slides? Paste this into your README:
[](https://frappegems.com/gems/apps/frappe/slides)
About Slides
## Local Setup
1. [Setup Bench](https://docs.frappe.io/framework/user/en/installation).
1. In the frappe-bench directory, run `bench start` and keep it running.
1. Open a new terminal session and cd into `frappe-bench` directory and run following commands:
```bash
bench get-app slides
bench new-site slides.localhost --install-app slides
bench browse slides.localhost --user Administrator
bench --site slides.localhost set-config ignore_csrf 1 # prevents CSRFToken errors while using the vite dev server
```
1. Access the slides page at `slides.localhost:8000/slides` in your web browser.
**For Frontend Development**
1. Open a new terminal session and run the following commands:
```bash
cd frappe-bench/apps/slides
yarn install
yarn dev --host
```
1. Now, you can access the site on vite dev server at `http://slides.localhost:8080`
**Note:** You'll find all the code related to slides's frontend inside `frappe-bench/apps/slides/frontend`
Related Other apps for Frappe & ERPNext
- Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
- Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
- Print Designer — Visual print designer for Frappe / ERPNext
- Ctr — CTR模型代码和学习笔记总结
- Whitelabel — Whitelabel ERPNext
- Fossunited — fossunited.org
- Helm — Helm Chart Repository for Frappe/ERPNext
- Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.