Skip to content

Commit 11a1c40

Browse files
chore: Remove codespaces setup guide
- To avoid confusion
1 parent bc5ad4a commit 11a1c40

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

README.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ Most existing solutions were either too complex, too restrictive, or difficult t
3535
- **One-Click Publishing:** Instantly share your creation with the world in a single click.
3636
- **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.
3737

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+
3845
## Getting Started (Production)
3946

4047
### Managed Hosting
@@ -92,17 +99,6 @@ The script will set up a production-ready instance of Frappe Builder with all th
9299
```
93100
1. Access the builder page at `sitename.localhost:8000/builder` in your web browser.
94101

95-
### Github Codespaces
96-
97-
<!-- [Video Reference](https://github.com/frappe/builder/assets/13928957/c96ce2ce-9eb3-4bd5-8e92-0b39d971cb00) -->
98-
99-
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-
106102
**For Frontend Development**
107103
1. Open a new terminal session and cd into `frappe-bench/apps/builder`, and run the following commands:
108104
```
@@ -113,11 +109,7 @@ The script will set up a production-ready instance of Frappe Builder with all th
113109

114110
**Note:** You'll find all the code related to Builder's frontend inside `frappe-bench/apps/builder/frontend`
115111

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>
121113

122114
### Links
123115

@@ -126,9 +118,7 @@ The script will set up a production-ready instance of Frappe Builder with all th
126118
- [Documentation](https://docs.frappe.io/builder)
127119
- [Figma Plugin (Beta)](https://www.figma.com/community/plugin/1417835732014419099/figma-to-frappe-builder)
128120

129-
<br>
130121
<hr>
131-
132122
<div align="center">
133123
<a href="https://frappe.io" target="_blank">
134124
<picture>

0 commit comments

Comments
 (0)