fit-web Project setup Install dependencies yarn If you want to run the development environment docker compose up --build or yarn run dev If you want to run the production environment docker build -t fit-web . docker run -p 3000:3000 fit-web or yarn run build yarn run start