Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 888 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 888 Bytes

Hey Monorepo

Requirements

Installation

We use pnpm workspaces to manage our monorepo.

Clone the repository

Ping Yoginth for access to the repository on Pierre, make sure you have amazing ideas and you're ready to build the future of the web.

git clone [email protected]:/repos/hey/hey.git

Install dependencies

pnpm install

Create a .env file

Copy the .env.example file and rename it to .env in all possible packages and apps fill the required variables.

Start the application

pnpm dev

Build the application

pnpm build

Test the application

pnpm test:dev