-
Clone the repository:
-
Install dependencies:
-
Run the frontend locally connected to the staging database:
http://localhost:5173
Note that there are three different npm scripts for running the frontend, each corresponding to a different environment:
npm run development: Uses the.env.developmentfile and connects to local or development services.npm run staging: Uses the.env.stagingfile and connects to the staging environment services.npm run production: Uses the.env.productionfile and connects to the production environment services.
npm run development with a local Supabase instance and Zuplo gateway. This allows for isolated testing without affecting the staging or production environments.
