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.
- 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
.
-
npm run version major/minor/patch
to bump version -
npm run publish-packages
to publish
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.
See LICENSE file.