Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 388 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 388 Bytes

mictract

A front-end app for Mictract.

WIP

Deployment

Development Env

Note: Running in this mode will lose a part of antd styles, because some styles are not counted for dynamic compilation.

yarn install
yarn dev

Production Env

SSR is the default option.

yarn install
yarn build
yarn start