Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 818 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 818 Bytes

MICROMAG

Getting started

Prerequisites

Installation

  1. Make sure the .env file exists and contains the right information.
  2. Install the Javascript dependencies with npm install
  3. Install the PHP dependencies with composer install
  4. Build the libraries with lerna boostrap

Development

Run the npm run storybook command to launch the Storybook environment.

Every element of the Micromag interface should be available as Storybook stories.

Deployment

  • Development server: envoy run deploy
  • Production server: envoy run deploy-prod
  • Both: envoy run deploy-all

bold-js