Live Preview | Swagger Documentation | Contact the developer
# 1. Install the required dependencies
yarn
# 2. Change the endpoint api addresses to your local by editing a variable called API_BASE_URL
nano app/utils/api.js
# 3. Start the server with the frontend app
yarn start