- NodeJS 20.11.0
- Yarn
- API server running on local environment
- Install all required software.
- From the repository root, execute:
yarn
to install dependancies. - Run API Server.
- From the repository root, execute:
yarn start
to start development server. - http://localhost:3000