losen
v10.0.2
Published
[](https://github.com/DirektoratetForByggkvalitet/losen)
Readme
Losen - a flexible wizard framework
From Norwegian los: a pilot (person who guides ships in and out of a harbour)
The wizard framework contains the logic and building blocks necessary to building wizards large and small. The framework is built with React, Redux and styled-components.
Development
Getting started
- Clone this repo
- Run
npm install - Run
npm run devto start the applications
Tests are written with jest, and can be run with npm run test. Linting is performed by running npm run lint.
Release a new version of losen
npm run version major/minor/patchto bump versionnpm run publish-packagesto publish
Building a wizard
See the storybook documentation for an introduction to how to build a wizard with the framework, and check out the example project for a complete example.
Licence
See LICENSE file.
