losen
v10.0.1
Published
[![Build Status](https://github.com/DirektoratetForByggkvalitet/losen/actions/workflows/ci.yml/badge.svg)](https://github.com/DirektoratetForByggkvalitet/losen)
Downloads
269
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 dev
to 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/patch
to bump versionnpm run publish-packages
to 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.