Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

serieseight/craft-theme

Repository files navigation

Craft theme

A bare bones Craft theme

Prerequisites

You should copy this theme into the templates directory of your Craft project.

You should have the latest node and yarn installed.

For development you'll want to navigate to the theme directory.

cd path/to/project/craft/templates

Install dependencies

yarn install

Run build process

yarn build

Build and watch for changes:

yarn watch

Editing

Source CSS, Javascript and images live inside the /src directory. Gulp compiles these into /css /js and /img directories for consumption by the UI.

About

A bare bones Craft theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published