Add comprehensive setup and customization guides for AmayoWeb

- Introduced NGINX setup instructions for hosting the frontend application.
- Added detailed personalization steps for customizing the AmayoWeb landing page.
- Created a quickstart guide for rapid deployment and development setup.
- Included troubleshooting documentation for frontend loading issues.
- Provided VPS setup commands for configuring NGINX and deploying the application.
This commit is contained in:
Shni
2025-11-04 13:01:37 -06:00
parent 8c6d7c9dd6
commit 001e7a33a7
16 changed files with 282 additions and 812 deletions

View File

@@ -45,5 +45,8 @@ body {
#app {
position: relative;
min-height: 100vh;
max-width: 100%;
margin: 0;
padding: 0;
}
</style>