This is a React component library for Quibbble games. See example.jsx for an example of how to use the provided components.
Run:
npm install quibbble/boardgameThis runs the example example.jsx and allows for testing:
npm run dev- git clone this and carcassonne
- in carcassonne root directory:
uninstall dependency, and reinstall local dependencie
npm uninstall @quibbble/boardgame
npm install --save <path/to/local>/boardgame- when changes are made in the boardgame module you need to run
npm run buildbefore seeing changes in the browser
- Make desired changes.
- Bump package.json
versionfield. - Run
npm ito update packages. - Run
npm run buildto build/dist. - Commit changes to
mainbranch. - Create a new release via Github UI.
- Github Actions will build and publish a new version.
- Latest package published to quibbble/boardgame.