Ready to clone and code.

This commit is contained in:
simon
2025-04-02 20:06:02 +00:00
committed by github-actions[bot]
parent c9a9b12831
commit a49ea792cc
19 changed files with 28 additions and 119 deletions

View File

@@ -1,6 +1,6 @@
# How to develop on this project
project_name welcomes contributions from the community.
song_of_the_day welcomes contributions from the community.
**You need Dotnet 9!**
@@ -8,9 +8,9 @@ This instructions are for linux base systems. (Linux, MacOS, BSD, etc.)
## Setting up your own fork of this repo.
- On gitea interface click on `Fork` button.
- Clone your fork of this repo. `git clone git@git.disi.dev:YOUR_GIT_USERNAME/project_urlname.git`
- Enter the directory `cd project_urlname`
- Add upstream repo `git remote add upstream https://git.disi.dev/author_name/project_urlname`
- Clone your fork of this repo. `git clone git@git.disi.dev:YOUR_GIT_USERNAME/song-of-the-day.git`
- Enter the directory `cd song-of-the-day`
- Add upstream repo `git remote add upstream https://git.disi.dev/HomeLab/song-of-the-day`
## Run the tests to ensure everything is working