Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 699 Bytes

setup.md

File metadata and controls

38 lines (24 loc) · 699 Bytes

Setup

Welcome aboard! In this doc you will be provided with all the relevant knowledge to set up the monorepo packages.

Requirements

A few software tools are required to set the backend services:

  • NodeJS 20. (we strongly suggest using nvm).
  • pnpm is used as package manager, so be sure you have it globally installed.

Steps to set up the backend monorepo

  1. Clone this repo
git clone https://github.com/inversify/monorepo.git inversify-monorepo
  1. Go to the root package
cd inversify-monorepo
  1. Install dependencies
pnpm i
  1. Build project
pnpm run build

Now you're all set. Enjoy coding!