From 51c95669b039b73b3129ffd7469d7afdd9831ae0 Mon Sep 17 00:00:00 2001 From: Matthew Ross Date: Wed, 20 Apr 2016 20:21:56 -0400 Subject: [PATCH] Move "How It's Made" section below "Development" --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 069a686..bce575d 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,6 @@ A [Kanban](http://en.wikipedia.org/wiki/Kanban_board)-inspired app for keeping t The goal of TaskBoard is to provide a simple and clean interface to a functional and minimal application for keeping track of tasks. **It's not trying to be the next Trello or LeanKit.** -### How It's Made - -1. Front end - - * [Angular](https://angular.io/) single-page app - * [Bourbon](http://bourbon.io/) and [Neat](http://neat.bourbon.io/) SCSS library & framework - * [marked](https://github.com/chjj/marked) Markdown parser - -2. Back end - - * [Slim Framework](http://www.slimframework.com/) and [RedBeanPHP](http://www.redbeanphp.com/) for a RESTful API - * [PHPMailer](https://github.com/PHPMailer/PHPMailer) for sending emails. - * [JWT](https://jwt.io/) authentication - * SQLite database - ## Installation ### Prerequisites @@ -45,6 +30,21 @@ Developing on TaskBoard is pretty simple too. 2. Run `npm i` to install dependencies 3. Run `git checkout dev` to work on the `dev` branch +### How It's Made + +1. Front end + + * [Angular](https://angular.io/) single-page app + * [Bourbon](http://bourbon.io/) and [Neat](http://neat.bourbon.io/) SCSS library & framework + * [marked](https://github.com/chjj/marked) Markdown parser + +2. Back end + + * [Slim Framework](http://www.slimframework.com/) and [RedBeanPHP](http://www.redbeanphp.com/) for a RESTful API + * [PHPMailer](https://github.com/PHPMailer/PHPMailer) for sending emails. + * [JWT](https://jwt.io/) authentication + * SQLite database + ## Features ### Boards