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

0.0.3 2020-06-09 16:09 UTC

This package is auto-updated.

Last update: 2024-04-10 00:20:32 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