A boilerplate to get started for WordPress theme projects using Tailwind CSS.
git clone https://gitlab.com/alphaweblab/phoenix-laser-solutions.git
cd phoenix-laser-solutions
dev
to continue development.git checkout dev
composer install
yarn
or npm install
Create an empty database in local mysql server and update the credentials in .env
file.
Open http://localhost/phoenix-laser-solutions
in browser to continue the installation.
Use the settings and credentials sent over Slack and complete the installation.
After the installation is complete, login to WordPress dashboard, go to Appearance -> Themes and activate "Boilerplate Theme"
Run gulp task to start the build process
gulp watch