You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-18Lines changed: 8 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,13 @@ Most existing solutions were either too complex, too restrictive, or difficult t
35
35
-**One-Click Publishing:** Instantly share your creation with the world in a single click.
36
36
-**Performance Excellence:** Frappe Builder does not bloat web pages with unnecessary scripts hence pages built with Frappe Builder are highly performant, consistently scoring high on Google Lighthouse tests.
37
37
38
+
### Under the hood
39
+
40
+
-[Frappe Framework](https://github.com/frappe/frappe): A full-stack web application framework.
41
+
-[Frappe UI](https://github.com/frappe/frappe-ui): A Vue-based UI library, to provide a modern user interface.
42
+
43
+
44
+
38
45
## Getting Started (Production)
39
46
40
47
### Managed Hosting
@@ -92,17 +99,6 @@ The script will set up a production-ready instance of Frappe Builder with all th
92
99
```
93
100
1. Access the builder page at `sitename.localhost:8000/builder`in your web browser.
1. Open [this link](https://github.com/codespaces/new?hide_repo_select=true&ref=master&repo=587413812&skip_quickstart=true&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&geo=SoutheastAsia) and click on "Create Codespace".
100
-
2. Wait for initialization (~15 mins).
101
-
3. Run `bench start` from the terminal tab.
102
-
4. Click on the link beside "8000" port under "Ports" tab.
103
-
5. Log in with "Administrator" as the username and "admin" as the password.
104
-
6. Go to `<random-id>.github.dev/builder` to access the builder interface.
105
-
106
102
**For Frontend Development**
107
103
1. Open a new terminal session and cd into `frappe-bench/apps/builder`, and run the following commands:
108
104
```
@@ -113,11 +109,7 @@ The script will set up a production-ready instance of Frappe Builder with all th
113
109
114
110
**Note:** You'll find all the code related to Builder's frontend inside `frappe-bench/apps/builder/frontend`
115
111
116
-
### Under the hood
117
-
118
-
- [Frappe Framework](https://github.com/frappe/frappe): A full-stack web application framework written in Python and Javascript. The framework provides a robust foundation for building web applications, including a database abstraction layer, user authentication, and a REST API.
119
-
- [Frappe UI](https://github.com/frappe/frappe-ui): A Vue-based UI library, to provide a modern user interface. The Frappe UI library provides a variety of components that can be used to build single-page applications on top of the Frappe Framework.
120
-
112
+
<h2></h2>
121
113
122
114
### Links
123
115
@@ -126,9 +118,7 @@ The script will set up a production-ready instance of Frappe Builder with all th
0 commit comments