getchopchop / chopchop

Front end user interface primer toolkit for the pro's
https://getchopchop.github.io
MIT License
31 stars 7 forks source link
chopchop css css-framework frontend frontend-web frontend-webdevelopment pattern-library style-guide

ChopChop

A front end framework and pattern library

Wiki Documentation

Full documentation can be found here

Getting Started

  1. Clone the project / Download the zip.
    git clone git@github.com:getchopchop/chopchop.git
  2. Navigation to the working directory
    cd chopchop
  3. Install npm modules
    npm i
  4. Update variables, paths, folders, extensions etc at top of the gulpfile.js file to suite your project.
  5. Build assets
    npm run build

NPM Scripts

Example Project Structure

This can be easily changed to suit your project.

+-- build/
|   +-- css
|   +-- img
|   |   +-- vector
|   +-- js
|   +-- vendor
+-- node_modules/
+-- inc/
+-- pattern/
+-- src/
|   +-- img
|   |   +-- vector
|   +-- js
|   +-- scss
|   +-- vendor
+-- .editorconfig
+-- .gitignore
+-- .htaccess
+-- gulpfile.js
+-- index.php
+-- LICENCE.md
+-- package.json
+-- README.md

Bugs and feature requests

Have a bug or a feature request? Please first read the contributing guidelines document and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.

Versioning

This project is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

See the Releases section of our GitHub project for changelogs for each release.