0.2.0 • Published 3 years ago

dakoza v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Dakoza

Development

# to run just the web app in dev mode
yarn dev-web
# to run just the electron app in dev mode
yarn dev-electron

Storybook

# to launch storybook
yarn storybook

Production

# to build the web app
yarn build-web
# to build the electron app
yarn build-electron