Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Starting a development environment

Lucca Greschner edited this page Feb 4, 2023 · 2 revisions

The runtime loading of environment variables requires a linux environment, therefore it is recomended to use the provided docker-compose file to create a development environment.

Dependencies

You need to have Docker installed on your system

Clone the repo

git clone https://github.com/Meal-Tiger/Meal-Tiger-Frontend.git

Open the react-frontend folder in your terminal

cd react-frontend

Edit the environment variables in the provided compose file, to fit your backend

How to configure the environment variables

Start the development server via the provided compose file

docker compose -f ./docker-compose-dev.yml up