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

@@ -1,9 +1,9 @@
@import './base.css';
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
width: 100%;
margin: 0;
padding: 0;
font-weight: normal;
}