A Chess Scoresheet App for iOS.
It is strongly recommended to setup pre-commit when setting up a new environment: see SETUP.md.
go to chess.ts directory
npm installnpx tscnpm link
go to TorneloScoresheet directory
npm link ..\chess.tsnpm install
go to TorneloScoresheet directory
Make sure you have CocoaPods installed. (This should be installed when you run
xcode-select --install
cd iospod installcd ..npm run ios
go to TorneloScoresheet directory
npm run android
To test the chess.ts package:
cd packages/chess.tsnpm inpm run test
To test the TorneloScoresheet package:
cd packages/TorneloScoresheetnpm inpm run test