@pismo/waves
v0.44.7
Published
Waves is the Pismo's Design System. For further information, please check the docs at: https://waves.pismolabs.io/.
Downloads
363
Maintainers
Keywords
Readme
Waves
Waves is the Pismo's Design System. For further information, please check the docs at: https://waves.pismolabs.io/.
Dependencies
- node >=14.19.1
- yarn >= 1.22.18
Getting started
Clone the repo, and run
yarn install
Developing
Starting the dev mode for lib and docs:
yarn dev
Starting the dev mode for lib only:
yarn js:dev
Starting the dev mode for docs only:
yarn docs:dev
Scripts
dev
Starts the dev mode for lib and docs:
js:dev
Starts the dev mode for lib only:
js:build
Builds the lib
docs:dev
Starts the dev mode for docs only:
docs:build
Builds the docs
docs:sidebars
Generate/Update docs sidebar
build
Builds the lib and docs
build:serve
Servers the application after build
serve
Serves the current build
prepublishOnly
Chore: configures the versioning when publishing
lint
Lints the project
release
generate new release with params:
- major
- minor
- patch