From 9e14a84149600c3b9cd8e4bff62596d53f690de2 Mon Sep 17 00:00:00 2001 From: Shan Carter Date: Wed, 22 Mar 2017 10:54:38 -0700 Subject: [PATCH] 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