From 9e14a84149600c3b9cd8e4bff62596d53f690de2 Mon Sep 17 00:00:00 2001 From: Shan Carter Date: Wed, 22 Mar 2017 10:54:38 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2bc97c..6fa9df7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Distill Templates +This is the repository for the distill web framework. If you're interesting in just using the framework to write an article, visit http://distill.pub/guide/. 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. +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 From cdb426348701d2c6accfd511a040cc9166f2aa9e Mon Sep 17 00:00:00 2001 From: Shan Carter Date: Wed, 22 Mar 2017 10:55:32 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fa9df7..8b8ed52 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Distill Templates -This is the repository for the distill web framework. If you're interesting in just using the framework to write an article, visit http://distill.pub/guide/. If you're interested in submitting pull requests or developing on the framework itself, read on. +This is the repository for the distill web framework. If you're interesting in just using the framework to write an article for [Distill journal](http://distill.pub), visit http://distill.pub/guide/. If you're interested in submitting pull requests or developing on the framework itself, read on. ## Development From e622bd0caa420274a409f610cc889c395cd843e8 Mon Sep 17 00:00:00 2001 From: Shan Carter Date: Wed, 22 Mar 2017 10:55:42 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8ed52..566ca3a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 [Distill journal](http://distill.pub), visit http://distill.pub/guide/. If you're interested in submitting pull requests or developing on the framework itself, read on. +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](http://distill.pub), visit http://distill.pub/guide/. If you're interested in submitting pull requests or developing on the framework itself, read on. ## Development