cd frontend; yarn start
Deploys to: bit.ly/termhub (purple-plant-0f4023d0f.2.azurestaticapps.net/) Is deployed via GitHub Action: .github/workflows/frontend_prod.yml
- Can be deployed manually from GitHub: run workflow
- Is deployed automatically whenever the
main
branch is updated.
Deploys to: bit.ly/termhub-dev (icy-ground-0416a040f.2.azurestaticapps.net) Is deployed via GitHub Action: .github/workflows/frontend_dev.yml
- Can be deployed manually from GitHub: run workflow
cd frontend; npm run build
- When that process completes, you should now have an updated
frontend/build
directory. This can be deployed as a static site. The entry point isindex.html
, which you can also open directly in the browser.