Purple VS Pink is a strategic board game that takes about 10 minutes to play.
Now available on itch.io!
npm install
npm run devThe site is served from the docs/ folder. To produce a fresh build:
npm run build:docsThis builds the app with the correct base path (/purplevspink/) into docs/.
Commit the updated docs/ folder and push to main.
One-time setup: in the repo's Settings → Pages, set the source to Deploy from a branch, branch main, folder /docs.
