Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 689 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 689 Bytes

Core

Basic project structure for a Craft 3 set up. Include some base macros, scss/js folder setup, and gulp workflow.

  • Templates structure, includes directory structure for messages, notifications, layouts and macros.
  • Essential Macros, fields, icons etc.
  • Front-end gulp workflow for css/js & images.
  • Integrates pips.css

Core is completely free to use. 😎

Getting started

Once you have installed Craft 3 following the Craft 3 setup guide, drop this repo into the root folder for the project.

Run NPM

$ npm install

Acknowledgments