A starter theme for Statamic with Laravel Mix and Tailwind CSS
Runway is a theme boilerplate with Tailwind 1.0, Laravel Mix, and ready to go with dynamic Vue components.
- Get a Statamic site up and running with your preferred method
- Download Runday into your
site/themes
folder- or clone from github with
git clone https://github.com/brandonpittman/runway.git
- or clone from github with
- Set Runway to the active theme under Settings => Theming in the control panel,
or in the
site/settings/theming.yaml
file. - Install dependencies with
npm install
and build assets withnpm run dev
- Check out your site! Feel free to delete
{layouts,templates}/default.html
.
The theme assets are all within the resources
folder. No Less or Sass here
folks. We're using Tailwind, so it's PostCSS all the way.
This project is new, pull requests, ideas, and any feedback is certainly welcome!
Please open a github issue if you have something to say.