This is a monorepo project for systems built with Next.js.
This is a monorepo containing sub-packages:
- @readr-media/politics-tracker: see
packages/politics-tracker
This monorepo adopts husky, lerna, and yarn workspaces.
husky and lerna will
- run eslint for needed sub-packages before
git commit - run tests for needed sub-pacakges before
git push
yarn workspaces will install dependencies of all the sub-packages wisely and effienciently.
Before modifying sub-packages' source codes, make sure you install dependencies on root.
We need husky and lerna installed first.
yarn install