A Craft CMS starter project by Andrea DeMers.
- Tailwind CSS
- Tailwind CSS Typography Plugin
- Tailwind UI (commercial license required)
- Craft server requirements
- Craft control panel browser requirements
- Composer PHP dependency manager 1.3.0 or later
- To create a new project, run
composer create-project ademers/craft-starter <Path>
, substituting<Path>
with the path where Composer should create the project. - Create a database as per the instructions in the Craft documentation.
- Set up your web server as per the instructions in the Craft documentation.
- Duplicate the
.env.example
file in the project root and rename it to.env
. - Run the Craft setup wizard
./craft setup
and answer the questions when prompted. - Access your new Craft website from your web browser.
- Do a little dance. 💃
- Complete installation instructions.
- Replace Vue.js with Alpine.js as default JavaScript framework.
- Configure PurgeCSS.
- Add installation instructions.
The MIT License (MIT). Please see License file for more information.