chore: add setup scripts

This commit is contained in:
2026-07-21 19:02:31 +02:00
parent 8faace292e
commit 80dec73fb0
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
# ------------------------------------------------ SUBJECT AREA
# ---------------------------------------------------------------------- DETAIL AREA
# Please enter a subject that is not longer than 50 character.
# Please enter a subject that is not longer than 50 characters.
# If you enter a detailed description, each line should not be longer
# than 72 characters. Break the line as soon as you reach this limit.
+5 -1
View File
@@ -1,3 +1,7 @@
# frontend
The frontend of the search engine Seekra.
The frontend of the search engine Seekra.
## Setup
Please execute the setup script in `scripts/` for your platform when cloning the repository.
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env pwsh
git config --local commit.template .gitmessage
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/bash
git config --local commit.template .gitmessage