You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the development environment for the App Panel frontend relies on mock API data through the command yarn mock. To streamline the development process, we need to modify the setup to allow configuration of the backend API endpoint. This will enable us to run the frontend with live data by executing yarn dev.
Requirements
API Endpoint Configuration:
Add a configuration option to specify the backend API endpoint for the local development environment.
Development Command Update:
Configure yarn dev command to utilize the configured API endpoint instead of mock data.
Documentation:
Update the CONTRIBUTING.md to include instructions on how to configure the backend API endpoint for local development.
Provide examples of configuration settings and their usage.
The text was updated successfully, but these errors were encountered:
Overview
Currently, the development environment for the App Panel frontend relies on mock API data through the command
yarn mock
. To streamline the development process, we need to modify the setup to allow configuration of the backend API endpoint. This will enable us to run the frontend with live data by executingyarn dev
.Requirements
API Endpoint Configuration:
Development Command Update:
yarn dev
command to utilize the configured API endpoint instead of mock data.Documentation:
CONTRIBUTING.md
to include instructions on how to configure the backend API endpoint for local development.The text was updated successfully, but these errors were encountered: