Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronconway7/eden

😍🌿 The front-end framework for unique and beautiful Design.
https://github.com/aaronconway7/eden

css eden framework front-end html javascript

Last synced: about 2 months ago
JSON representation

😍🌿 The front-end framework for unique and beautiful Design.

Awesome Lists containing this project

README

        

# [Eden](https://geteden.netlify.app)

![Eden Logo](https://github.com/aaronconway7/Eden/blob/website/assets/img/eden-with-name.png?raw=true)

[![Netlify Status](https://api.netlify.com/api/v1/badges/95300f50-b6e4-49f7-953f-63c9dafb76ec/deploy-status)](https://app.netlify.com/sites/geteden/deploys) [![npm](https://img.shields.io/npm/l/express.svg?style=flat-square)]()

> ⚠️ Eden was made as a 3rd year Univeristy project in 2017 and is now very much out-of-date! It is unlikely that further work will be will be made on it!

Eden is a front-end framework focused on beautiful and unique web development, started and created by
[Aaron Conway](https://aaronconway.co.uk) as a 3rd Year Project in Computer Science at The University
of Warwick.

Check out https://geteden.netlify.app for more details and documentation! You can find code for the website in the `website` branch of this repo.

## Table of Contents

- [Get Started](#get-started)
- [Creator](#creator)
- [License](#license)

## Get Started
There are a few ways to download Eden:
- Download the zip file
- Clone the repo `git clone https://github.com/aaronconway7/eden.git`
- Install with [Bower](https://bower.io/) `bower install eden`
- Install with [npm](https://www.npmjs.com/) `npm install @aaronconway7/eden`

### What do you get?
The download folder includes the following structure, containing compiled and minifed versions of the CSS and JS files.
```
eden/
├── css/
│ ├── eden.css
│ └── eden.min.css
└── js/
├── eden.js
└── eden.min.js
```

### Incuding it in your workflow
Copy and paste the following snippets at the bottom of your `` tag, and `` tag respectively.
```html

```

## Creator
[Aaron Conway](https://www.aaronconway.co.uk)

## License
Eden is 100% free to use under the open-source MIT license.