Cactu
A Sass framework to create webs easily, created to be simple, semantic, fast to learn, customizable, and scalable.
Quick start
Some options available:
- Donload the latest release
- Clone the repo:
git clone git@github.com:mendozagioo/cactu.git
- Install with rubygems
gem install cactu
. Go to cactu-ruby repo. - Install with npm
npm install cactu
Running documentation locally
Cactu uses Jekyll for documentation locally. To contribute for this section you need to go gh-pages branch
- Install Jekyll
gem install bundler jekyll
- Install Node.js (go install instrunctions here)
- Go to the root
/cactu
directory - Run ruby dependencies
bundle install
in the command line - Run npm dependencies
npm install
in the command line - Run local server
npm start
in the command line - Open
http://localhost:4000
in your browser and go ahead!
Learn more about using Jekyll by reading its documentation
Contributing
Please read the code, follow the same conventions, keep it simple, keep it minimal, keep it scalable, keep it easy.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request for dev branch
Author
Copyright and license
Code released under the MIT License