enlightenment / core
Enlightenment Framework
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/enlightenment/core
Requires
- php: >=5.6
This package is not auto-updated.
Last update: 2026-01-04 03:35:05 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