Craft CMS

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 6

Language:Twig

Type:project

2.0.0 2022-05-07 15:27 UTC

README

logo.svg

Craft 3 Boilerplate

A scaffolding package to help you hit the ground running with your next Craft CMS project.

What's included?

Getting Started

Once you're happy that your server/machine meets Craft's requirements, you can start your new project by running the following command in your terminal:

composer create-project clubstudioltd/craft PATH

This will clone a copy of this repo to your machine and automatically install any Composer dependencies.

Next, head over to the Craft installation documentation and continue from Step 2.

Developing

After setting up Craft you're ready to start building your new project! Before getting started you'll want to pull in all frontend dependencies by running:

npm install

Once the dependencies have been installed, you can compile assets and start a watcher using:

npm run watch

That's it! Happy coding! 🎉

About Craft CMS

Craft is a content-first CMS that aims to make life enjoyable for developers and content managers alike. It is optimized for bespoke web and application development, offering developers a clean slate to build out exactly what they want, rather than wrestling with a theme.

Learn more about Craft at craftcms.com.

Resources