Installation
First of all you need to download or clone Blockit from github repository. Go to your project directory with Blockit that you have download or clone, inside the directory install the package with your terminal.
*Blockit using Gulp as task runner, it mandatory to install as global in your computer.
Download BlockitCurrently v1.2.1
# Install Gulp as global, skip if you already have it
npm install -g gulp-cli
# Clone the Blockit repo or download
git clone https://github.com/Mudza09/blockit.git
# Run install in your project directory
npm install
Basic terminal command
There have several basic command in terminal that works with Blockit, first it is Build, Watch, and Minify
- Build is for compile the raw files into production files
- Watch is for developement mode that run live server
- Minify is for minified all assets in your build files into smaller size
# To build the production files
npm run build
# To run live server for development
npm run watch
# To minified all assets in build files
npm run minify
Starter template
Be sure you already made starter template like this inside "pages" directory with ".hbs" extension. Between "main" tag you can paste any premade sections that available in Section lists.
Have a bug or a feature request?
Open ticket here---
layout: default
---
<main>
</main>