-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'stife-patch-1' into main
- Loading branch information
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# www | ||
# www | ||
|
||
## Projektbeschreibung | ||
Eine kurze Beschreibung Ihres Projekts. | ||
|
||
## Installationsanweisungen | ||
Schritte zum lokalen Einrichten des Projekts: | ||
1. Klonen Sie das Repository: `git clone https://github.com/stife/www.git` | ||
2. Navigieren Sie zum Projektverzeichnis: `cd www` | ||
3. Installieren Sie Abhängigkeiten: `npm install` (oder den entsprechenden Befehl für Ihr Projekt) | ||
|
||
## Verwendung | ||
Geben Sie Beispiele für die Verwendung des Projekts an. | ||
|
||
## Beitragen | ||
Anweisungen zum Beitragen zum Projekt: | ||
1. Forken Sie das Repository | ||
2. Erstellen Sie einen neuen Zweig: `git checkout -b feature-branch` | ||
3. Nehmen Sie Ihre Änderungen vor | ||
4. Übernehmen Sie Ihre Änderungen: `git commit -m 'Add new feature'` | ||
5. Pushen Sie zum Zweig: `git push origin feature-branch` | ||
6. Öffnen Sie eine Pull-Anfrage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters