Skip to content

Development

Julian Kern edited this page Sep 14, 2017 · 4 revisions

To unlock some specific features (only the style guide for now), you need to activate the development mode. This can be done by defining the NodeJS environment variable. For example, on unix-like systems, in your ~/.bash_profile file. Just add the following line:

export NODE_ENV=development

Styleguide

After you've activated the development mode, you can access the style guide once the server has started. Just point your browser to /styleguide.

Clone this wiki locally