Skip to content

strongline/strongline-ui

Repository files navigation

Strongline User Interface

Installation

   $ yarn add @strongline/ui
   $ npm install --save @strongline/ui

Environment setup

  $ yarn install

Development

Start the Webpack server (includes live reloading when you change files):

  $ yarn start

Open http://localhost:3001 in a browser.

Sass linting

Stylelint is used to enforce consistent conventions and avoid errors in stylesheets. .stylelintrc configuration file contains all the available rules for completeness, with the ones that I don't currently need turned off (set to null). For more info, see stylelint rules documentation.

Bundling

  $ yarn bundle

Releases

No releases published

Packages

No packages published