The easy way to review would be following Development Section and read the Code Review Section
Frontend code related to feature
Backend code related to feature
Architecture decision record P.S. some of ADR document I circle back after finish coding, so it may out of order.
npm install
npx lerna bootstrap
npx lerna exec --stream \
--scope '{backend,frontend}' -- bash scripts/dev-setup.sh
npx lerna exec --stream \
--scope '{backend,frontend}' -- bash scripts/dev-server.sh
Open http://localhost:3000 for dev