A front end framework and pattern library
Full documentation can be found here
- Clone the project / Download the zip.
git clone [email protected]:getchopchop/chopchop.git
- Navigation to the working directory
cd chopchop
- Install npm modules
npm i
- Update variables, paths, folders, extensions etc at top of the gulpfile.js file to suite your project.
- Build assets
npm run build
$ npm run watch
- Builds assets and watches directories for changes.$ npm run build
- Builds all assets.$ npm run build:production
- Builds all assets for production (Minified CSS and JavaScript, compressed images etc).
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
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.
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.
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.