Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 286 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 286 Bytes

MycoLab UI

Getting up and running

git clone git@github.com:mycolab/mycolab-ui.git
cd mycolab-ui
npm i
# dev
npm run dev
# build for release
npm run build

Docs