- Make sure the
.env
file exists and contains the right information. - Install the Javascript dependencies with
npm install
- Install the PHP dependencies with
composer install
- Build the libraries with
lerna boostrap
Run the npm run storybook
command to launch the Storybook environment.
Every element of the Micromag interface should be available as Storybook stories.
- Development server:
envoy run deploy
- Production server:
envoy run deploy-prod
- Both:
envoy run deploy-all