Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 499 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 499 Bytes

This Project is used to verify Typegoose-issues

only branches that need to be shared are to find here

Setup

# clone the repository
git clone https://github.com/typegoose/typegoose-testing.git

# change directory into the repository
cd typegoose-testing

# fetch all branches
git fetch --all

# if specific branch
git checkout -b local_branch_name_here origin/remote_branch_name_here

# install all packages
yarn install

# open your editor, if needed
code .

# run code
yarn run run