/prelude-1

Prelude is a flexable front-end development framework.

Primary LanguageCSSGNU General Public License v2.0GPL-2.0

Prelude

Prelude is a flexable front-end development framework.

Getting Started

Download the [production version][min] or the [development version][max]. [min]: https://raw.github.com/amazingSurge/prelude/master/css/prelude-min.css [max]: https://raw.github.com/amazingSurge/prelude/master/css/prelude.css

In your web page:

<link rel="stylesheet" href="css/prelude-min.css">

Build From Source

Optionally, you can build Prelude from its source on Github. To do this, you'll need to have Node.js and npm installed. We use [Grunt][] to build Prelude. [Grunt]: http://gruntjs.com/

$ git clone git://github.com/amazingSurge/prelude.git
$ cd prelude
$ npm install
$ grunt

Documentation

(Coming soon)

Release History

(Nothing yet)

Credits

We built Prelude using popular open source projects.

License

Copyright (c) 2013 amazingSurge
Licensed under the GPL license.