soma / papyrus-theme
Installs: 14
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Type:papyrus-theme
Requires
- php: >=7.0.0
- composer/installers: ~1.6
This package is auto-updated.
Last update: 2024-12-10 01:50:44 UTC
README
Installation
As is
Simply require the theme in your Papyrus project:
composer require soma/papyrus-theme
For development
The theme is built using parcel. Install all modules using npm/yarn:
npm install
Then simply run npm run dev
for a development build that updates on file changes. Or run npm run release
in order to build it for production.
Configuration
The build system is using parcel.js and relative paths to theme assets - as you can see in the commands specified in the package.json file. You might want to change the public urls to fit your environment and setup.
License
MIT