Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 390 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 390 Bytes

Committee Dashboard Frontend

Development

yarn install
yarn dev # and open http://localhost:3000 in your browser 

Run with SSR

yarn build
yarn start

build and deploy to registry

yarn publish:image

docker

docker build -t project-z-client .
docker run --rm -i -t -p=3000:3000 --name project-z-client project-z-client