GithubHelp home page GithubHelp logo

jerry-goodboy / caramel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from caramelcss/caramel

0.0 1.0 0.0 4.25 MB

a simple to use, easy to remember css framework

Home Page: http://caramel.kurisubrooks.com

License: GNU General Public License v3.0

JavaScript 5.97% CSS 94.03%

caramel's Introduction

Caramel

Join us on Discord

Caramel is a simple, modern, responsive website framework. Caramel is fully responsive, meaning you only need to write code once, to have the same results across multiple platforms. Created by kurisubrooks, Caramel is being developed with help from the open-source community on GitHub.

Getting Started

Quick Start

Jump right into Caramel by using the following HTML5 Boilerplate.

<!doctype html>
<html lang="en">
<head>
    <title>Caramel</title>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link href="./caramel.min.css" rel="stylesheet">
</head>
<body>

    <main>
        <h1>Welcome to Caramel!</h1>
        <p>Your code goes down here!</p>
    </main>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
    <script src="./caramel.min.js"></script>

</body>
</html>

What's included?

Our public releases only contain the files that are necessary for front-end development. If you'd like to develop for, or modify Caramel, we'd recommend downloading the Development Build, which includes our build tool, and the sass source files.

caramel/
├── showcase.html
│
├── css/
│   ├── caramel.css
│   └── caramel.min.css
│
└── js/
    ├── caramel.js
    └── caramel.min.js

Documentation

Head on over to our website, and view the Showcase. All code usage and examples are listed right there on the page! If you want to see the exact syntax we use to show you the content on the page, simply right click on the page and view source (depending on whether your browser supports this feature).

Still stuck or need further help? Tweet @kurisubrooks, and he'll try to answer any questions you may have.

Compiling

We've included an easy and hassle free way for you to compile Caramel. We've included our own Gulp build tool, that you can use to compile Caramel.

Required:

Our compiler runs on Node.js, so before you can continue, please ensure that you have it installed. Once you have Node installed, you'll need Gulp. If you already have both Node and Gulp installed, skip these steps, otherwise install Node.js from their website, then run the following command to install Gulp:

npm install gulp --global

Note: You may need to run this command with sudo on macOS

Install:

To get the latest version of Caramel and to install the build tools, run the following set of commands:

git clone https://github.com/caramelcss/caramel.git
cd ./caramel
npm install

Usage:

To run the build tool, run the following command:

gulp

After the build is complete, the output caramel.css, caramel.min.css and caramel.min.js files can be found in your ./dist/css and ./dist/js folders respectively.

Compatibility

Caramel has been designed for any browser that supports CSS3. Caramel has been tested, and is recommended for use on:

Chrome Firefox Safari Opera Edge IE
21+ 28+ 7+ 12.1+ 20+ 10, 11

caramel's People

Contributors

gitter-badger avatar hackzzila avatar hedgehog1029 avatar joshhartigan avatar kurisubrooks avatar penagwin avatar toma678 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.