Make sure you're using the correct version of Node.js (v24) and have NPM installed and preferably yarn as well.
Run the following command to install the required dependencies:
yarn ior if you can't use yarn for some reason:
npm iTo build the theme for production, run:
yarn buildor
npm run buildThis will compile the SCSS and JS files, as well as the HTML files and output them to the dist directory. It will also include other files mentioned in the templates such as images or fonts in the css files.
To start the development server with live reloading, run:
yarn devor
npm run devThis will watch for changes in your SCSS and JS files and automatically reload the browser.