Skip to content

Trendyol/pollgroo

Repository files navigation

Pollgroo

What's inside?

Before Start

  • make sure using node.js version 18

  • npm install -g [email protected]

  • web: another Next.js app

  • ui: a stub React component library shared by web application

  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)

  • tsconfig: tsconfig.jsons used throughout the monorepo

Build

!!! 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

Develop

To develop all apps and packages, run the following command on root of the project:

pnpm run dev