@robotical/jumping-game
v0.1.21
Published
1) make changes to the code 2) build using npm run build:dev 3) make sure you've linked jumping-game to webapp with npm link ../jumping-game 3.1) but also make sure you keep the other links in webapp npm link ../jumping-game ../robotical.raftjs ../rob
Readme
Development
- make changes to the code
- build using npm run build:dev
- make sure you've linked jumping-game to webapp with npm link ../jumping-game 3.1) but also make sure you keep the other links in webapp npm link ../jumping-game ../robotical.raftjs ../roboticaljs 3.2) if you're getting hooks erros: npm link ../marty-web-app/node_modules/react ../marty-web-app/node_modules/react-dom from within jumping-game
Visual phase screenshots
Run the tutorial phase visual review to capture the same effective CSS viewport matrix used by marty-web-app:
npm run test:visual-phasesEach run writes a timestamped gallery under visual-reports/ with:
index.html- browsable screenshot gallery.manifest.json- machine-readable capture details.screenshots/- PNG screenshots grouped by viewport.
Useful options:
npm run test:visual-phases -- --viewport=tablet-portrait-touch-768x1024
npm run test:visual-phases -- --headed
npm run test:visual-phases -- --base-url=http://127.0.0.1:3000