"The secret of getting ahead
is getting started."

Mark Twain

Get Started

Get The Code.

There are a number of ways you can get your hands quickly on Eden and integreate into your workflow:

Download the Zip file.

Clone the repo.git clone https://github.com/aaronconway7/eden.git

Install via npm.npm install @aaronconway7/eden

Install via Bower.bower install eden

What do you get?

The download folder inlcudes the following structure, containing compiled and minified versions if the CSS and JS files.

eden/├── css/│  ├── eden.css│  └── eden.min.css|└── js/   ├── eden.js   └── eden.min.js

Including it in your workflow.

Copy and paste the following snippers at the bottom of your <head> tag, and <body> tag respectively.