-
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.
- Loading branch information
1 parent
4a7b7bc
commit 2c88201
Showing
6 changed files
with
119 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Attributes and props do not sort themselves, so do put thought into how you order them: | ||
|
||
- HTML5 attributes first. | ||
- Flowbite props last. | ||
|
||
TODO: sort imports | ||
|
||
``` | ||
docker compose run prep pnpm ... | ||
``` | ||
|
||
UID 1000 | ||
|
||
## Static Analysis | ||
|
||
Can either be done in root or proj | ||
|
||
Lint code using [Prettier](https://prettier.io/) and [ESLint](https://eslint.org/): | ||
|
||
``` | ||
pnpm lint | ||
``` | ||
|
||
Check types using | ||
|
||
tsc --noemit | ||
|
||
## versions to update | ||
|
||
GitHub actions runs-on | ||
VPS Ubuntu version | ||
|
||
nginx version |
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
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
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
// TODO: check if db needs migration here |