https://lyne-documentation.netlify.app/
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
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.