- Make sure you have
nodeinstalled with a version at least 5.5.0. - Run
npm install -g gulpto install gulp. - Fork the
md2repo. - Clone your fork.
Recommendation: name your git remotes
upstreamformd2and<your-username>for your fork. Also see the team git shortcuts. - From the root of the project, run
npm install.
To build the components in dev mode, run gulp build:components.
To build the components in release mode, run gulp build:release
To bring up a local server, run gulp serve:devapp. This will automatically watch for changes
and rebuild. The browser should refresh automatically when changes are made.
To run lint, run gulp lint.
Not yet implemented.
Not yet implemented.