From e50f689d5e37a3a0b42dc7ce1bebe510d257ceb2 Mon Sep 17 00:00:00 2001 From: Taylor Bryant Date: Sat, 11 Nov 2017 23:09:14 -0600 Subject: [PATCH] Add requirements --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d9de8d3..7c035d4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ A starter kit for using [Tailwind](https://tailwindcss.com) with [Jekyll](https: >"Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories." – [Jekyll](https://jekyllrb.com/) +## Requirements +* [Bundler](http://bundler.io/) +* [gulp-cli](https://www.npmjs.com/package/gulp-cli) +* [Node.js](https://nodejs.org/en/) +* [npm](https://www.npmjs.com/) +* [Ruby](https://www.ruby-lang.org/en/) + ## Get started * `bundle install` to install Ruby gems * `npm install` to install npm packages