#Setup
- Clone the project (You can use Intellij)
- Install NodeJS on your machine
- do a
npm install -g yarn. We useyarninstead ofnpm - Now just run
yarnin the root of the project - Open it in Intellij and start coding!
- Run the project:
yarn run start - Test the project:
yarn run test