clubstudioltd / craft
Craft CMS
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 6
Language:Twig
Type:project
Requires
- born05/craft-sentry: 2.0.0-beta.1
- clubstudioltd/craft-asset-rev: ^7.0
- craftcms/cms: ^4.0.0.1
- craftcms/redactor: ^3.0
- nystudio107/craft-minify: ^4.0.0-beta.2
- nystudio107/craft-seomatic: ^4.0.0-beta.8
- vlucas/phpdotenv: ^5.4.0
Requires (Dev)
- yiisoft/yii2-shell: ^2.0.3
This package is auto-updated.
Last update: 2024-11-17 23:02:10 UTC
README
Craft 3 Boilerplate
A scaffolding package to help you hit the ground running with your next Craft CMS project.
What's included?
- Craft CMS 3
- Tailwind CSS
- Laravel Mix
- A sensible directory structure
- Commonly used Craft CMS plugins:
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
- Documentation – Read the official docs.
- Guides – Follow along with the official guides.
- #craftcms – See the latest tweets about Craft.
- Discord – Meet the community.
- Stack Exchange – Get help and help others.
- CraftQuest – Watch unlimited video lessons and courses.
- Craft Link List – Stay in-the-know.