statamic / starter-kit-doogie-browser

Statamic Starter Kit: Doogie Browser
https://statamic-starter-doogie-browser.netlify.app/
40 stars 7 forks source link
laravel retro starter-kit statamic statamic-3

Statamic Logo

Statamic Starter Kit: Doogie Browser

![Statamic 3.2+](https://img.shields.io/badge/Statamic-3.2+-FF269E?style=for-the-badge&link=https://statamic.com) > View on the [Statamic Marketplace](https://statamic.com/starter-kits/statamic/doogie-browser)!

Features

Quick Start

Install as a New Site

You can spin up a new install of Statamic along with this Starter Kit all in one command by using the Statamic CLI Tool

statamic new mysite statamic/starter-kit-doogie-browser

Follow the prompts and you'll be up and running shortly.

Install into an existing site

You can alternatively install Starter Kits into an existing Statamic 3.2+ site by running the following command while inside that install's root directory:

php please starter-kit:install statamic/starter-kit-doogie-browser

Customizing (optional)

The TailwindCSS included in this kit is compiled with PurgeCSS to reduce filesize on any unused classes and selectors. If you want to modify anything you'll need to recompile it.

npm i && npm run dev

To compile for production again:

npm run production

Contributing

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.