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: 5 months ago
JSON representation
😍🌿 The front-end framework for unique and beautiful Design.
- Host: GitHub
- URL: https://github.com/aaronconway7/eden
- Owner: aaronconway7
- License: mit
- Created: 2016-07-30T10:31:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T16:13:12.000Z (over 4 years ago)
- Last Synced: 2025-04-22T02:17:42.258Z (6 months ago)
- Topics: css, eden, framework, front-end, html, javascript
- Language: HTML
- Homepage: https://geteden.netlify.com
- Size: 187 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Eden](https://geteden.netlify.app)

[](https://app.netlify.com/sites/geteden/deploys) []()
> ⚠️ 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.