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 install
npx tsc
npm link
go to TorneloScoresheet directory
npm link ..\chess.ts
npm install
go to TorneloScoresheet directory
Make sure you have CocoaPods installed. (This should be installed when you run
xcode-select --install
cd ios
pod install
cd ..
npm run ios
go to TorneloScoresheet directory
npm run android
To test the chess.ts
package:
cd packages/chess.ts
npm i
npm run test
To test the TorneloScoresheet
package:
cd packages/TorneloScoresheet
npm i
npm run test