Try on: Codespace | StackBlitz
Pre-requisites:
- Node
$ npm ci
$ npm run dev
$ npm run build
Pre-requisites:
- Make sure you have Github Pages set to
Github Actions
in your project's Settings
A Github Actions deploy task will build and deploy to https://{username}.github.io/{reponame}
when pushing on main
.