-
make sure using node.js version 18
-
npm install -g [email protected]
-
web
: another Next.js app -
ui
: a stub React component library shared byweb
application -
eslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
) -
tsconfig
:tsconfig.json
s used throughout the monorepo
!!! Before push any commits make sure run this command first
To build all apps and packages, run the following command on root of the project:
pnpm run build
To develop all apps and packages, run the following command on root of the project:
pnpm run dev