The Banana CSS website.
1 - Clone the project and install the dependencies:
$ git clone https://github.com/bananacss/bananacss.github.io.git
$ cd bananacss.github.io
$ npm install2 - Run the metalsmith:
$ metalsmithGo to: localhost:3000
Stack based in NodeJS:
- Static Generator: Metalsmith
 - HTML Template Engine: Handlebars
 CSS Superset: Banana CSSJS Traspiler: BabelJS
Vendors:
Folders Structure:
.
├── README.md
├── build/
├── src/
|   ├── assets/
|   ├── partials/
|   ├── layouts/
|   ├── playground/
|   ├── docs/
|   └── index.jade
├── metalsmith.js
├── package.json
├── .editorconfig
├── .jshintrc
└── .gitignore
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
Find on our roadmap the next steps of the project ;)
Want to contribute? Follow these recommendations.
See Releases for detailed changelog.