Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 352 Bytes

File metadata and controls

35 lines (24 loc) · 352 Bytes

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