Ludwig Schubert be585691c5 2.2.12
2017-11-15 11:50:01 -08:00
2017-10-11 18:31:49 -07:00
2017-11-14 22:52:36 -08:00
WIP
2017-10-18 11:50:12 -07:00
2017-08-09 16:48:07 -07:00
2017-10-09 14:45:00 -07:00
2017-11-15 11:50:01 -08:00
2017-11-15 11:50:01 -08:00
2017-10-09 14:45:00 -07:00

Distill Template Build Status

This is the repository for the distill web framework. If you're interesting in just using the framework to write an article for the Distill journal, visit http://distill.pub/guide/.

The general process for using this framework is to hotlink the compiled code in your dev environment.

<script src="https://distill.pub/template.v2.js"></script>

You can also install it as a local dependency through npm or with yarn.

npm install --D distill-template

If you're interested in submitting pull requests or developing on the framework itself, read on.

Development

Run npm run start to start a watching build rollup server. To view the sample pages in the repo, you can run npm run serve as a separate process which starts a static server. npm run build will run a one-time build.

Testing

Run npm test. That's it.

S
Description
This is the repository for the distill web framework
Readme Apache-2.0 3.1 MiB
Languages
JavaScript 91.7%
CSS 7.5%
HTML 0.8%