- Create a
.npmrcfile from the.npmrc.templateexample provided in the repo. - Replace
TOKENwith your own Github Personal Access Token withread:packagespermission ONLY - Use
yarnto install project dependencies.
- Always use relative imports (e.g.,
../utils/helperor./myComponent). - Do NOT use absolute imports (e.g.,
src/...,@/..., etc).