Skip to content
Snippets Groups Projects
user avatar
Ciarán Ainsworth authored
Add documentation for all components

Closes #3

See merge request funkwhale/vui!3
e350b89e

vui

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

Preview Production build

yarn preview

Compiles and minifies for production

yarn build

Run your unit tests

yarn test

Documentation commands

yarn docs:dev
yarn docs:build
yarn docs:serve

Release a new version

yarn version
git push --tags && git push