thewebsiteguy/wn-winterpress-theme

A custom WinterCMS starter template that includes additional plugins for a more WordPress like experience out-of-the-box.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Language:HTML

Type:winter-theme

dev-main 2025-07-13 13:50 UTC

This package is auto-updated.

Last update: 2025-07-13 13:51:11 UTC


README

A custom WinterCMS starter template that includes additional plugins for a more WordPress like experience out-of-the-box.

Winter Plugins

This theme installs some first party plugins provided by the Winter team:

How to install

From root of project, run:

  1. Download theme
composer require thewebsiteguy/wn-winterpress-theme
  1. Install dependencies
php artisan vite:install
  1. Run build to create dist
php artisan vite:compile theme-winterpress

Vite watch

When devoloping, run vite watch to monitor changes and hot reload in browser

php artisan vite:watch theme-winterpress