About Central Database
Getting Started
## Directly from GitLab
git clone https://gitlab.com/StickPage/Database-Repository.git
## Or, use the GitHub mirror.
git clone https://github.com/StickPage-API/Central-DB.git## Run this command one and it will clone everything for you.
npm run db:clone
## Then choose what branch you want to work on
npm run db:list-remotes && npm run db:list-branches
npm run db:change-branch origin master ## For development
## or use this for stable releases, arguments in 'git checkout' allowed.
npm run db-change-branch origin AndreiJirohHaliliDev2006-master-patchLast updated