This guide will help you to set up and work with this theme.
Leo theme requires Node and Gulp CLI. Please follow these steps to install the required technologies:
1. Make sure you have Node locally installed.
2. Download Gulp Command Line Interface to be able to use gulp in your Terminal.
npm install gulp-cli -g3. After installing Gulp, run npm install in the main leo/ folder to download all the project dependencies. You'll find them in the node_modules/ folder.
npm install4. Run gulp in the leo/ folder to serve the project files using BrowserSync. Running gulp will compile the theme and open /index.html in your main browser.
gulpWhile the gulp command is running, files in the assets/scss/, assets/js/ and components/ folders will be monitored for changes. Files from the assets/scss/ folder will generate injected CSS.
Hit CTRL+C to terminate the gulp command. This will stop the local server from running.
gulp build:devThis will generate a folder html&css which will have unminified CSS, Html and Javascript.
Themesberg provides support and guidance for this product.
You can ask for support from here.
Everyday we strive to create better products. Let us know about your opinion via twitter or contact{at}themesberg.com.