Birbs are cute pet birds! Adopt a birb, play with them, accessorise them, train them, and let them fly away into the wild to upgrade your prestige level!
Ensure you have Yarn 1.22.x installed and run the following command to install the dependencies:
yarn installTypeScript will automatically build the code to the dist folder once you run yarn install. However, you will need to manually build the code to the dist folder if you had made any changes to the code after you installed the dependencies using yarn build (or yarn build:dev if you wish to let tsc watch the files for you).
To start the server, you can run one of these commands:
yarn start: Starts the server withnode, no additional bloatyarn dev: Starts the server withnodemon, automatically watches for changes (does not rebuild the code)yarn start:prod: Starts the server withpm2, for production use only