Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 223 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 223 Bytes

ICEES UI

Setup

yarn install
cd client
yarn install
cd ..

Run locally

yarn start

Run production locally

yarn build
yarn server

Deploy

docker-compose up