Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

lyne-design-system/lyne-documentation

Repository files navigation

Build Status semantic-release GitHub tag (latest SemVer)

Lyne Documentation Platform for Lyne Design System

Live version of the Lyne documentation platform can be found here

https://lyne-documentation.netlify.app/

Setup for development

First of all run npm install on the command line to install all dependencies required by the Lyne Documentation Platform.

Then you can run the dev server with the following command:

npm run develop

Linting

Make sure to run npm run lint on your console to check for linting issues. The build on Travis CI will fail if there are linting issues.