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/boardgame
This 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 build
before seeing changes in the browser
- Make desired changes.
- Bump package.json
version
field. - Run
npm i
to update packages. - Run
npm run build
to build/dist
. - Commit changes to
main
branch. - Create a new release via Github UI.
- Github Actions will build and publish a new version.
- Latest package published to quibbble/boardgame.