Shan Carter 6f4a44227f Update code.js
Removing console.log
2017-06-16 10:27:20 -07:00
2017-02-06 15:11:38 -08:00
2017-06-16 10:27:20 -07:00
2017-06-16 10:08:10 -07:00
2017-06-16 10:08:10 -07:00
2017-01-09 11:54:54 -08:00
2017-01-03 16:12:45 -08:00
2017-06-06 11:44:44 -07:00
2017-03-22 11:01:47 -07:00
2017-04-17 11:52:22 -07:00

Distill Templates

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="http://distill.pub/template.v1.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 yarn start to start a watching build rollup server. To view the sample pages in the repo, you can run yarn serve as a separate process which starts a static server. yarn build will run a one-time build.

Testing

Run yarn 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%