A high-end React application for private wealth management, featuring portfolio analysis and proposal generation.
- Node.js (v18+)
- npm
- Clone the repository
- Install dependencies:
npm install
Start the development server:
npm run devGenerate a production-ready build:
npm run buildThis project is configured with GitHub Actions for automatic deployment to GitHub Pages.
- Trigger: Every push to the
mainbranch. - Workflow:
.github/workflows/deploy.yml - Output: Deployed to the
gh-pagesbranch.
Once the GitHub Action completes, your site will be available at:
https://firaen22.github.io/Private-Wealth-Management/
Note
The base path in vite.config.ts is set to /Private-Wealth-Management/ to match the repository name. If you rename the repository, update this value.
App.tsx: Main application entry and dashboard logic.components/: Modular React components.index.html: Base HTML template with Tailwind CDN and custom styles.vite.config.ts: Vite configuration with path aliases and environment variables.