CraftCMS VueJS Sass and Tailwind boilerplate with docker configuration for local development.
- Start off by forking the repository for your project.
- Remove the entries from the
.gitignorefile that need to be deleted. - Install the composer dependencies:
composer i - Install the node dependencies:
nvm use && yarn - Navigate to the
docker/nginxdirectory and follow theREADME.mdinstructions for generating a self-signed certificate for your local development environment. - Update any additional settings in the
docker-compose.ymlfile necessary for your project. I.e. the container name prefixes and default mysql configuration. - Start the docker container
docker-compose up - Navigate to the admin panel, and follow the installation process.
- Enjoy! :)