0.0.2 • Published 1 year ago
@mancala/core v0.0.2
Mancala Core
This module contains common functionalities for the Mancala project.
Build
yarn buildUsage
Link this local package to other packages (backend, frontend, mobile).
yarn linkIn the target package folder, run:
cd ../backend
yarn link @mancala/coreNPM Publish Instructions
Run the following commands:
npm login
npm publish --access public