@dsivd/foehn
v2.0.13
Published
Frontend pattern library for State of Vaud
Readme
Fœhn
Fœhn (føn) is the design system build for the website of the State of Vaud.
Take a look at the documentation.
Bootstrap 4 is used to build fœhn.
Changelog
Upgrading? Please read our CHANGELOG to learn what changes to expect in the latest version, whether that's new features, bug fixes, changes, or whatever else.
Run locally
You will need Git, Node.js and yarn to get this project running.
Fork repository (optional)
If you are an external contributor make sur to fork this project first
Clone repository
$ git clone [path/of/the/repo/]foehn.git
$ cd foehnInstall dependencies
$ yarnBuild
Build ./src to ./dist
$ yarn buildNew version
- Make sure, the
CHANGELOG.mdis up to date. If not, update it and commit the changes. - Run the
$ yarn versioncommand to create a new version of the package. (It also create the tag.)
$ yarn versionNPM
Getting Foehn npm package
Foehn is available on the npmjs registry.
Publish on the npm registry
The following command will build the code and publish the latest version on the registry you have set in your NPM config.
$ npm publish --tag latestIf you need to publish a specific version, use $ yarn publish --tag <tag> to
build the code and publish a specific
tag.
