These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them :
- Node.JS version ^16.12.0 || ^18.0.0
-
Clone the git repository
git clone https://github.com/smarlhens/npm-workspaces-ts-lib.git
-
Go into the project directory
cd npm-workspaces-ts-lib/
-
Checkout working branch (default is
main
)git checkout <branch>
-
Install NPM dependencies
npm install