td/theme

10 Degrees base theme

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

👁 10degrees

Package info

bitbucket.org/10degrees/base-theme

Homepage

Type:project

pkg:composer/td/theme

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

dev-main 2022-07-08 16:02 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 0c7ce60dc46458c45646b33c4b03a1112f8ed241

themewordpressboilerplate10 degrees

This package is not auto-updated.

Last update: 2026-03-29 11:20:10 UTC


README

The 10 Degrees base theme is a starter theme using the td/framework package to streamline WordPress theme development.

Installation

From the wp-content/themes directory of your project:

composer create-project td/theme [theme-name]

Find and replace @theme and @textdomain to your theme name and textdomain respectively.

NPM

The theme comes with a basic laravel-mix setup.

npm install

There are some commands to run a dev build, production build, or to watch files:

npm run dev
npm run prod
npm run watch

Using the framework

The td/framework package contains some useful wp-cli commands. View the framework readme for more information on using the framework.

Deployment

To deploy the theme, you will need to run the following actions from within the theme directory.

composer install
npm install
npm run prod