An open API service indexing awesome lists of open source software.

https://github.com/typegoose/typegoose-testing

This Project is used to verify & reproduce Typegoose related issues
https://github.com/typegoose/typegoose-testing

Last synced: over 1 year ago
JSON representation

This Project is used to verify & reproduce Typegoose related issues

Awesome Lists containing this project

README

          

This Project is used to verify Typegoose-issues

only branches that need to be shared are to find here

## Setup

```sh
# 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
```