onedesigns/enlightenment

Enlightenment WordPress Theme

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

Type:wordpress-theme

pkg:composer/onedesigns/enlightenment

dev-main 2025-09-05 18:50 UTC

This package is not auto-updated.

Last update: 2026-01-04 02:43:18 UTC


README

Requirements

The project requires Homebrew, Yarn and Webpack to be installed locally. You can safely skip these steps if these are already installed on your system.

  • Install Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Install Yarn:
brew install yarn --without-node
  • Install Webpack:
yarn global add webpack

Getting Started

These steps are required after every fresh installation of the project, otherwise your static assets will not compile.

  • Navigate to the local repository location:
cd /path/to/local/core
  • Install all required dependencies:
yarn install

Editing Files

  • To have a watch process active when editing SCSS or JS files:
yarn watch