tngbl-frctl-theme
v1.1.6
Published
tngbl-frctl-theme is a Fractal theme, based on Mandelbrot.
Readme
tngbl-frctl-theme
Tangible web UI theme for Fractal.
See the Fractal documentation for details on configuration and usage.
Installation
npm install tngbl-frctl-themeThen open fractal.config.js and add the following lines
const mySubTheme = require('tngbl-frctl-theme');
fractal.web.theme(mySubTheme);Local development
To develop and test the theme inside a fractal project, create the themes folder at the root of your project and clone this repo inside it.
Move into the theme folder
cd themes/tngbl-frctl-theme/Run
npm linkThis will tell your local npm installation that the tngbl-frctl-theme library can be linked into other projects
Now head over to the project that needs to use tngbl-frctl-theme
cd ../..and run this:
npm link themes/tngbl-frctl-themeThan you can launch your fractal project (via gulp).
This allows you to modify and see the modifies on the theme in real time without pushing on the repo.
