Skip to content

jules6120/craft-starter

 
 

Repository files navigation

Craft CMS 3.5.x Starter Project

A Craft CMS starter project by Andrea DeMers.

Content Management System (CMS)

Craft CMS Plugins

PHP Packages

Front-end

Build Tools

CSS

JavaScript

Requirements

Installation

  1. To create a new project, run composer create-project ademers/craft-starter <Path>, substituting <Path> with the path where Composer should create the project.
  2. Create a database as per the instructions in the Craft documentation.
  3. Set up your web server as per the instructions in the Craft documentation.
  4. Duplicate the .env.example file in the project root and rename it to .env.
  5. Run the Craft setup wizard ./craft setup and answer the questions when prompted.
  6. Access your new Craft website from your web browser.
  7. Do a little dance. 💃

Todo

  • Complete installation instructions.
  • Replace Vue.js with Alpine.js as default JavaScript framework.
  • Configure PurgeCSS.
  • Add installation instructions.

License

The MIT License (MIT). Please see License file for more information.

About

A Craft CMS starter project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Twig 47.1%
  • PHP 33.9%
  • JavaScript 14.9%
  • Shell 2.6%
  • Other 1.5%