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

Building the Project

Kay Knöpfle edited this page Jan 18, 2023 · 1 revision

Building the Project

Dependencies

You need to have Docker installed on your system

Clone the repo

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

Building process

open the react-frontend folder in your terminal

cd react-frontend

build the Project via the multistage Dockerfile

docker build -t frontend .