based on turborepo, other deps need mention:
- Next.js
- prettier
- SASS
- vitest
- clxs
temlpate
: app template
@deps/ui
: React component library shared by apps@deps/eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)@deps/typescript-config
:tsconfig.json
s used throughout the monorepo
npm run dev:PARAM
: run a/multi dev server(s)npm run build:PARAM
: build a/multi app/depsnpm run lint
: lint codenpm run format
: format codenpm run reset
: remove cache and re-install deps