- nodejs (v14.17.0, as of May 25, 2022)
- use nvm and install it with
nvm install 14.17.0
- use nvm and install it with
- lerna (v4, as of May 25, 2022)
- install with
npm i -g lerna
- install with
- Copy
.env.example
to.env
, and edit it with the right configuration. - Run
npm i
- Run
lerna bootstrap
(grab a coffee or a tea, it's gonna take a while!)
- Run
npm start
command to launch the Storybook environment. Every element of the Micromag UI should be available as Storybook stories.
- push all changes to
develop
andmaster
branches git checkout master
!lerna publish
(most of the time, the version bump is apatch
)