A digital implementation of the classic Pegs and Jokers board game.
- Create a new GitHub repository
- Unzip and push these files to the
mainbranch - Go to your repo → Settings → Pages
- Under "Build and deployment", set Source to GitHub Actions
- Push any change (or re-run the workflow manually)
- Your site will be live at
https://yourusername.github.io/your-repo-name/
The included GitHub Action automatically builds and deploys on every push.
npm install
npm run devnpm run buildThe built files will be in the dist folder.