Skip to content
Dimitar Kalaydzhiev edited this page Dec 1, 2023 · 2 revisions

This article describes how to setup the repo for work and its structure.

Setup the kendo-themes repo

In order to setup the repo for work, the following steps should be followed:

  1. Download and install (globally) the latest version of node.js.
  2. Clone the themes repo.
  3. Run npm ci in the terminal.

Available commands

  • To build all themes with node-sass, run npm run sass. To build a particular theme only, run npm run sass --prefix packages/{theme}.
  • To build all swatches with node-sass, run npm run sass:swatches.
  • To lint all themes, run npm run stylelint.

Additional commands could be found in the package.json and gulpfile.js files.