Skip to content

Commit 3670f99

Browse files
committed
ssr-daisyui: initial
1 parent a99f1e9 commit 3670f99

File tree

126 files changed

+12652
-2438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+12652
-2438
lines changed

.DS_Store

6 KB
Binary file not shown.

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ representative at an online or offline event.
7171

7272
Instances of abusive, harassing, or otherwise unacceptable behavior may be
7373
reported to the community leaders responsible for enforcement at
74-
<OWNER_EMAIL>.
74+
info@tegonal.com.
7575
All complaints will be reviewed and investigated promptly and fairly.
7676

7777
All community leaders are obligated to respect the privacy and security of the

.github/CONTRIBUTING.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to PROJECT_NAME
1+
# Contributing to react-router-templates
22

3-
Thank you very much for taking your time to contribute to PROJECT_NAME :smiley:
3+
Thank you very much for taking your time to contribute to react-router-templates :smiley:
44

55
Following a few guidelines so that others can quickly benefit from your contribution.
66

@@ -10,28 +10,28 @@ Following a few guidelines so that others can quickly benefit from your contribu
1010

1111
## Code of Conduct
1212
This project and everyone participating in it is governed by this project's
13-
[Code of Conduct](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/tree/main/.github/CODE_OF_CONDUCT.md).
14-
By participating, you are expected to uphold this code. Please report unacceptable behaviour to ORG_EMAIL
13+
[Code of Conduct](https://github.com/tegonal/react-router-templates/tree/main/.github/CODE_OF_CONDUCT.md).
14+
By participating, you are expected to uphold this code. Please report unacceptable behaviour to info@tegonal.com
1515

1616
## How to Contribute
17-
- Star PROJECT_NAME if you like it.
17+
- Star react-router-templates if you like it.
1818

1919
- Need help using a feature?
20-
Open a [new discussion](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/discussions/new?category=q-a)
20+
Open a [new discussion](https://github.com/tegonal/react-router-templates/discussions/new?category=q-a)
2121
and write down your question there and we will get back to you.
2222

2323
- Found a bug?
24-
[Open an issue](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/issues/new?template=bug_report.md).
24+
[Open an issue](https://github.com/tegonal/react-router-templates/issues/new?template=bug_report.md).
2525

2626
- Missing a feature?
27-
Open a [new discussion](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/discussions/new?category=ideas)
27+
Open a [new discussion](https://github.com/tegonal/react-router-templates/discussions/new?category=ideas)
2828
and write down your need and we will get back to you.
2929

3030
- Found spelling mistakes?
3131
Nice catch 🧐 Please fix it and create a pull request.
3232

3333
In any case, if you are uncertain how you can contribute, then contact us via a
34-
[new discussion](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/discussions/new?category=contributor-q-a)
34+
[new discussion](https://github.com/tegonal/react-router-templates/discussions/new?category=contributor-q-a)
3535
and we will figure it out together :smile:
3636

3737
## Your First Code Contribution
@@ -43,8 +43,8 @@ The following are a few guidelines on how we suggest you start.
4343
2. Read up the [Pull Request Checklist](#pull-request-checklist)
4444

4545
Perfect, you are setup and ready to go.
46-
Have a look at [help wanted issues](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
47-
where [good first issues](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
46+
Have a look at [help wanted issues](https://github.com/tegonal/react-router-templates/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
47+
where [good first issues](https://github.com/tegonal/react-router-templates/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
4848
are easier to start with.
4949
Please write a comment such as `I'll work on this` in the issue,
5050
this way we can assign the task to you (so that others know there is already someone working on the issue)
@@ -58,15 +58,15 @@ Dealing with Git for the first time? Here are some recommendations for how to se
5858
should be descriptive of the issue or the change being made, e.g `#108-path-exists`.) Working
5959
on a new branch makes it easier to make more than one pull request.
6060
- add this repository as a remote repository using
61-
`git remote add upstream https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB.git`. You will use this to
61+
`git remote add upstream https://github.com/tegonal/react-router-templates.git`. You will use this to
6262
fetch changes made in this repository.
6363
- to ensure your branch is up-to-date, rebase your work on
6464
upstream/main using `git rebase upstream/main` or `git pull -r upstream main`.
6565
This will add all new changes in this repository into your branch and place your
6666
local unpushed changes at the top of the branch.
6767

6868
You can read more on Git [here](https://git-scm.com/book/).
69-
Contact us via a [new discussion](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/discussions/new?category=contributor-q-a)
69+
Contact us via a [new discussion](https://github.com/tegonal/react-router-templates/discussions/new?category=contributor-q-a)
7070
whenever you need help to get up and running or have questions.
7171

7272
*Create a Draft*
@@ -82,12 +82,12 @@ Finally, when you think your PR (short for pull request) is ready, then please:
8282

8383
1. read the [Pull Request Checklist](#pull-request-checklist)
8484
2. Create your first pull-request
85-
3. 👏👏👏 you have submitted your first code contribution to ORG_NAME_GITHUB/PROJECT_NAME_GITHUB 😊
85+
3. 👏👏👏 you have submitted your first code contribution to tegonal/react-router-templates 😊
8686

8787

8888
## Pull Request Checklist
8989
Please make sure you can check every item on the following list before you create a pull request:
90-
- [ ] your pull request is rebased on the [latest commit on main](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/commits/main)
90+
- [ ] your pull request is rebased on the [latest commit on main](https://github.com/tegonal/react-router-templates/commits/main)
9191
- [ ] Your pull request addresses only “one thing”. It cannot be meaningfully split up into multiple pull requests.
9292
- [ ] There is no error if you run ./scripts/before-pr.sh
9393
- [ ] Make sure you have no changes after running ./scripts/before-pr.sh and `git commit --amend` otherwise

.github/Contributor Agreement.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This agreement is based on the ISA contributor agreement
44
https://joinup.ec.europa.eu/collection/eupl/solution/isa-contributor-agreement/release/v11
55
which was based in turn on the Harmony contributor agreements harmonyagreements.org.
66
Thank you for your interest in contributing to
7-
<PROJECT_NAME>
7+
react-router-templates
88
currently developed on the platform
9-
https://github.com/<OWNER_GITHUB>/<PROJECT_NAME_GITHUB>
9+
https://github.com/tegonal/react-router-templates
1010
and owned by
11-
<OWNER> (the “Project Owner”, hereafter "We" or "Us").
11+
Tegonal Genossenschaft, Switzerland (the “Project Owner”, hereafter "We" or "Us").
1212

1313
This contributor agreement ("Agreement") documents the rights granted by contributors to
1414
Us. To make this document effective, please sign it. The consent in the form of a sign-off

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
id: version
1111
attributes:
1212
label: Affected Version
13-
description: What version of PROJECT_NAME are you using?
13+
description: What version of react-router-templates are you using?
1414
placeholder: "v0.1.0"
1515
validations:
1616
required: true

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ about: Suggest an idea for this project
66

77
Please head over to
88

9-
https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/discussions/new?category=ideas
9+
https://github.com/tegonal/react-router-templates/discussions/new?category=ideas
1010

1111
and write down your idea there.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

33
______________________________________
4-
I confirm that I have read the [Contributor Agreement v1.1](<GITHUB_URL>/blob/<TAG>/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
4+
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/react-router-templates/blob/main/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.

.github/workflows/quality-assurance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# __ __
3-
# / /____ ___ ____ ___ ___ _/ / This file is provided to you by https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB
4-
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright YEAR ORG_NAME <ORG_EMAIL>
5-
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under LICENSE_FULL_NAME
3+
# / /____ ___ ____ ___ ___ _/ / This file is provided to you by https://github.com/tegonal/react-router-templates
4+
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright 2025 Tegonal Genossenschaft, Switzerland <info@tegonal.com>
5+
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under MIT License
66
# /___/ Please report bugs and contribute back your improvements
77
#
88
# Version: v0.1.0-SNAPSHOT

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ build
1818
.gt/**/repo
1919
.gt/**/gpg
2020

21+
.yarn/cache
22+
node_modules
23+
.yarn/install-state.gz

.gt/remotes/gt/pull-hook_other.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)