File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " create-hyperbook " : minor
3+ " hyperbook " : minor
4+ " hyperbook-studio " : minor
5+ ---
6+
7+ Add create-hyperbook package for using ` npx create hyperbook `
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ Du kannst mit der Erstellung deines Hyperbook auf drei Arten starten. Wähle die
3131
3232Du benötigst [ Node] ( https://nodejs.org/ ) version 16 oder höherer auf deinem System.
3333
34- 1 . Führe ` npx hyperbook new my-new- hyperbook` aus und folge den Anweisungen, um dein erstes Hyperbook zu erstellen.
34+ 1 . Führe ` npm create hyperbook` aus und folge den Anweisungen, um dein erstes Hyperbook zu erstellen.
35351 . Führe ` npx hyperbook dev ` aus, um den Entwicklungsserver zu starten.
36- 1 . Besuche https://localhost:3000 mit deinem Lieblingsbrowser.
36+ 1 . Besuche https://localhost:8080 mit deinem Lieblingsbrowser.
37371 . Modifiziere oder füge neue Seiten zu deinen Hyperbook hinzu mit deinem Lieblingseditor.
3838
3939:::
@@ -100,12 +100,6 @@ npm update hyperbook --global
100100
101101:::
102102
103- ::: tab { title =" Web IDE " id =" web-ide " }
104-
105- Keine Integration und daher auch keine Updates.
106-
107- :::
108-
109103::::
110104
111105## Unterstützung
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ You can start working on a Hyperbook in three different ways. Choose the one whi
3535
3636You need to have [ Node] ( https://nodejs.org/ ) version 16 or higher installed on your system.
3737
38- 1 . Run ` npx hyperbook new my-new- hyperbook` and follow the wizard to create your first Hyperbook.
38+ 1 . Run ` npm create hyperbook` and follow the wizard to create your first Hyperbook.
39391 . Run ` npx hyperbook dev ` to start the development server.
40- 1 . Visit https://localhost:3000 with your favorite web browser.
40+ 1 . Visit https://localhost:8080 with your favorite web browser.
41411 . Modify or add new pages to your Hyperbook by using your favorite editor.
4242
4343:::
You can’t perform that action at this time.
0 commit comments