Skip to content

flogan/pnj

 
 

Repository files navigation

Pegs and Jokers

A digital implementation of the classic Pegs and Jokers board game.

Deploy to GitHub Pages (Free)

  1. Create a new GitHub repository
  2. Unzip and push these files to the main branch
  3. Go to your repo → SettingsPages
  4. Under "Build and deployment", set Source to GitHub Actions
  5. Push any change (or re-run the workflow manually)
  6. Your site will be live at https://yourusername.github.io/your-repo-name/

The included GitHub Action automatically builds and deploys on every push.

Local Development

npm install
npm run dev

Build Manually

npm run build

The built files will be in the dist folder.

About

Simple HTML Version of Pegs and Jokers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.5%
  • Other 0.5%