Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

A collection of presentations and workshops created by the Kleros team and community.

License

Notifications You must be signed in to change notification settings

kleros/kleros-presentations

Repository files navigation

Kleros Presentations

JavaScript Style Guide Build Status Dependencies Dev Dependencies Conventional Commits Commitizen Friendly Styled with Prettier

A collection of presentations and workshops created by the Kleros team and community.

Presentations

Get Started

  1. Clone this repo.
  2. See the backslide documentation.
  3. Run yarn to install dependencies and then yarn start to start the dev server.

Other Scripts

  • yarn run prettify - Apply prettier to the entire project.
  • yarn run lint:scss - Lint the entire project's .scss files.
  • yarn run lint:js - Lint the entire project's .js files.
  • yarn run lint:scss --fix - Fix fixable linting errors in .scss files.
  • yarn run lint:js --fix - Fix fixable linting errors in .js files.
  • yarn run lint - Lint the entire project's .scss and .js files.
  • yarn test - Run tests.
  • yarn run cz - Run commitizen.
  • yarn run build - Export presentations as webpages and PDFs.