This project was generated using Nx.
A simple Nx plugin to enable deploying a static project to Github Pages.
To install the plugin, run:
nx add nx-github-pages
Pick a project to deploy and run:
nx g nx-github-pages:configuration --project=<project-name>
After the configuration is generated, you can deploy the project by running:
nx run <project-name>:deploy