This repository is automatically deployed to GitHub Pages using GitHub Actions. The deployment workflow:
- Builds the app on every push to the
mainbranch - Deploys the production build to GitHub Pages
- The app is available at:
https://lonestill.github.io/codemind/
To enable GitHub Pages manually:
- Go to your repository settings
- Navigate to "Pages" in the left sidebar
- Under "Source", select "GitHub Actions"
- The workflow will automatically deploy on the next push to
main