Update Home

2025-06-14 15:34:16 +02:00
parent 0625b4f8a2
commit 6aaaac33f1

12
Home.md

@@ -7,17 +7,17 @@ On this site you can find tutorials and other stuff that can help you.
## How to start the app? ## How to start the app?
This can be done in **five** simple steps: This can be done in **five** simple steps:
1. Download the ```.zip``` file and unpack it. 1. Download the ```.zip``` file and unpack it.
2. Then go to the backend direcory. ![image](https://git.the1s.de/theis.gaedigk/Cookbook/src/branch/imgs/img/dir.png) 2. Then go to the backend direcory. ![image](https://git.the1s.de/theis.gaedigk/Cookbook/raw/branch/imgs/img/dir.png)
3. There simply double click on the ```Cookbook-v1_0.exe``` executable file to start the program. ![image](https://git.the1s.de/theis.gaedigk/Cookbook/raw/branch/imgs/img/exe.png) 3. There simply double click on the ```Cookbook-v1_0.exe``` executable file to start the program. ![image](https://git.the1s.de/theis.gaedigk/Cookbook/raw/branch/imgs/img/exe.png)
4. A new terminal window with a link should pop up. Then click on this link. It should be http://localhost:3000 like shown on the image: ![image](https://git.the1s.de/theis.gaedigk/Cookbook/src/branch/imgs/img/link.png) 4. A new terminal window with a link should pop up. Then click on this link. It should be http://localhost:3000 like shown on the image: ![image](https://git.the1s.de/theis.gaedigk/Cookbook/raw/branch/imgs/img/link.png)
5. A new Browser tab should pop up with the cookbook interface which look like this: ![image](https://git.the1s.de/theis.gaedigk/Cookbook/src/branch/imgs/img/interface.png) 5. A new Browser tab should pop up with the cookbook interface which look like this: ![image](https://git.the1s.de/theis.gaedigk/Cookbook/raw/branch/imgs/img/interface.png)
**Done!** **Done!**
## How to create recipes? ## How to create recipes?
If you want to create a recipe, simply click on create recipe ![image](https://git.the1s.de/theis.gaedigk/Cookbook/src/branch/imgs/img/add.png). If you want to create a recipe, simply click on create recipe ![image](https://git.the1s.de/theis.gaedigk/Cookbook/raw/branch/imgs/img/add.png).
Then this window should pop up ![image](https://git.the1s.de/theis.gaedigk/Cookbook/src/branch/imgs/img/window.png). Then this window should pop up ![image](https://git.the1s.de/theis.gaedigk/Cookbook/raw/branch/imgs/img/window.png).
In this window, you can type everything you want! In this window, you can type everything you want!
@@ -29,7 +29,7 @@ But you can delete recipes by deleting the recipe file. These files can you find
In this directory you can find all of the recipes that you have created. They are all stored in ```.txt``` files. In this directory you can find all of the recipes that you have created. They are all stored in ```.txt``` files.
## How to load recipes? ## How to load recipes?
To load recipes, simply click on ![image](https://git.the1s.de/theis.gaedigk/Cookbook/src/branch/imgs/img/sync.png) To load recipes, simply click on ![image](https://git.the1s.de/theis.gaedigk/Cookbook/raw/branch/imgs/img/sync.png)
## How to edit recipes? ## How to edit recipes?
Unfortunatly, there is no UI for editing recipies yet. Unfortunatly, there is no UI for editing recipies yet.