You can contribute to the development of tools or the framework. Read the manual how we collaborate
Vizabi depends on [Git] (http://git-scm.com/), Npm, Gulp Sass, and SCSS Lint.
Installation Requirements For Mac Users
- Install git http://git-scm.com/download/mac
- Install nodejs https://nodejs.org/en/
- Install Gulp
npm install --global gulp
(run with sudo if needed) - Install sass
gem install sass
(run with sudo if needed) - Install scss_lint
gem install scss_lint
(run with sudo if needed)
Clone this repo and run the following commands in vizabi root folder:
npm install
If you are still puzzled what it is or it just doesn't work, read a more detailed instruction (it's for Windows, but you'll figure things out if you have a Mac or Linux)
In order to run the project in development mode, type the following:
gulp
The browser will open on http://localhost:8080/preview/
In order to only build the project, type the following (you'll rarely need this):
gulp build
You can find the build output under build/
folder.