Giter Site home page Giter Site logo

nesbittresearch / siimple Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jmjuanes/siimple

0.0 2.0 0.0 3.12 MB

Minimal and responsive CSS Framework for flat and clean designs.

Home Page: http://www.siimple.xyz

License: MIT License

Makefile 1.76% CSS 70.04% JavaScript 0.50% HTML 27.70%

siimple's Introduction

siimple

npm npm devDependency Status npm twitter gitter pr

siimple

siimple is a light, responsive and open source framework for design flat and clean websites. It has been built in SASS/SCSS and provides a clean starting point for your web design.

Getting started

siimple is available on npm, so you can run npm install siimple to install it in your project. It is also available on a CDN, so you can import the compiled CSS files directly on your HTML page.

You can also download a ZIP file with the code of each release, or clone the repository:

git clone https://github.com/siimple/siimple.git

You can include siimple in your HTML files:

<link rel="stylesheet" href="./node_modules/siimple/dist/siimple.min.css">

Or you can import all the styles in your SASS/SCSS files:

@import "siimple/index.scss";

Or import only the styles that you need:

@import "siimple/scss/elements/_tip.scss";

Documentation

The documentation website is available at https://docs.siimple.xyz. The source code of the documentation is on this repository on the ./docs folder. Follow the instructions below to build the documentation in your computer.

Develop

Follow the steps described in this section if you are going to contribute, extend or modify siimple. Our main branch is develop, which reflects a state with the latest delivered development changes.

Setup environment

Follow these steps:

  1. Download and install Node.js on your computer.
  2. Clone this repository: git clone https://github.com/siimple/siimple.git.
  3. Navigate to the cloned repository folder, and run npm install to download all the dependencies listed in package.json.

We use Make to automatize the building of siimple.

Building siimple

Navigate to the root folder of the siimple module and run the following command:

$ make build

This will generate siimple.css and siimple.min.css on dist folder.

Running documentation locally

The documentation is generated using bundle and Jekyll. Make sure that you have them installed in your computer. Also, you will need bower to download some front end dependencies.

First, you should run the following command to download and configure all dependencies for the documentation:

$ make install

Then, to build the documentation you should run the following command:

$ make docs

This will generate a folder docs/_site with the generated static documentation website.

Questions

For questions and support, please use our community chat on Gitter. You can also follow @siimplecss on Twitter.

Bugs and new features

Found any bug? Have you a feature request? Please make sure to read our contributing guidelines and search for existing or similar issues. If your problem or idea is not addressed yet, please feel free to open a new issue!

Contribute

We appreciate all contributions to the siimple project and help make it better! Please, read the contributing guidelines before starting your contribution.

Related projects

Project Description
siimple-rubygem siimple Ruby Gem for any type of Ruby web application
siimact siimact: A set of React components for Siimple CSS Framework

Have an awesome project or plugin related to siimple? Open a new issue and tell us! :)

License

Code and documentation of siimple © 2015-2018 Josemi Juanes. The code is released unde the MIT License and the documentation is released under the Creative Commons CC BY 4.0 License.

The siimple logo © 2018 Josemi Juanes. Released under the Creative Commons CC BY-SA 4.0 License.

siimple's People

Contributors

jmjuanes avatar daniel-q6wuoi avatar alextjd avatar berkhanberkdemir avatar yoshikawaa avatar kyleferguson avatar lukasdrgon avatar pamag avatar skirsten avatar icetee avatar timojarv avatar vicjohnson1213 avatar shaunpud avatar

Watchers

James Cloos avatar Allen Nesbitt 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.