📝 Update and organize project documentation and assets

This commit is contained in:
2026-01-26 22:46:14 +00:00
parent 4194dcfeff
commit b20e2185b2
1433 changed files with 64484 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
https://github.com/FragginWagon/TwoHands/pull/628
https://github.com/FragginWagon/TwoHands/pull/644
https://github.com/FragginWagon/TwoHands/pull/646
https://github.com/FragginWagon/TwoHands/pull/647/files
These are yours we merged in:
https://github.com/FragginWagon/TwoHands/pull/620
Need to change Server Makefile to use `gulp staging` for staging FE going forward after this PR is merged:
https://github.com/FragginWagon/TwoHands.js/pull/1123
https://i.imgur.com/K7Visq3.png
This will be what is needed for the config on server:
```{
"local": {
"EnvironmentConfig": {
"API": "http://api.twohands.test:85/api/v1/",
"ECHO_SERVER": "http://localhost:6001"
}
},
"staging": {
"EnvironmentConfig": {
"API": "https://staging.twohandsapp.com/api/v1/",
"ECHO_SERVER": "https://staging.twohandsapp.com:6001"
}
},
"production": {
"EnvironmentConfig": {
"API": "https://app.twohandsapp.com/api/v1/",
"ECHO_SERVER": "https://app.twohandsapp.com:6001"
}
}
}```
Need David to help with profile possibly loading on local but not staging