A Sass framework to create webs easily, created to be simple, semantic, fast to learn, customizable, and scalable.
Some options available:
- Donload the latest release
- Clone the repo: git clone [email protected]:mendozagioo/cactu.git
- Install with rubygems gem install cactu. Go to cactu-ruby repo.
- Install with npm npm install cactu
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 /cactudirectory
- Run ruby dependencies bundle installin the command line
- Run npm dependencies npm installin the command line
- Run local server npm startin the command line
- Open http://localhost:4000in your browser and go ahead!
Learn more about using Jekyll by reading its documentation
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
Code released under the MIT License