The FigNet documentation site, built with Docusaurus. Published at ahmed310.github.io/FigNetCore.
See MIGRATION_SCOPE.md for the DocFX -> Docusaurus migration scope and decisions.
npm install
npm run startStarts a local dev server at http://localhost:3000/ with live reload.
npm run buildGenerates static content into build/.
Pushing to main triggers .github/workflows/deploy.yml, which builds the site and publishes build/ to the
gh-pages branch (the branch GitHub Pages is configured to serve). No manual deploy step needed.
To deploy manually instead:
GIT_USER=<your GitHub username> npm run deploy