Apps Portal

Welcome to apps.bhopal.dev. This is the central directory for all production and experimental applications hosted within the monorepo.

Loading applications...

🚀 Deployment Guide

How to register a new application into this portal:

  1. Create your new application in a subdirectory apps.bhopal.dev/new-app-name.
  2. Configure your Vite/React base path to match the directory name: base: '/new-app-name/'.
  3. Open the root apps.json file and append your app's metadata to the array.
  4. Update the .github/workflows/deploy.yml GitHub Actions file to include a build step for your new sub-directory.
  5. Push to main! The portal and sub-apps will automatically construct and deploy to GitHub Pages.