From 8d9fe8d5fdcea6508b03ee0a53db34cfc8032466 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 27 Sep 2018 22:36:38 +0200 Subject: [PATCH] readme updates --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index de5066ac..2620398c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # blog -> My blog [kremalicious.com](http://kremalicious.com) built with [Gatsby](http://gatsbyjs.org). Neat. +> 🍭 My blog [kremalicious.com](http://kremalicious.com) built with [Gatsby](http://gatsbyjs.org). Neat. [![Build Status](https://travis-ci.com/kremalicious/blog.svg?branch=master)](https://travis-ci.com/kremalicious/blog) [![Maintainability](https://api.codeclimate.com/v1/badges/4e86c791349cd12368cd/maintainability)](https://codeclimate.com/github/kremalicious/blog/maintainability) @@ -14,23 +14,14 @@ You need to have the following tools installed on your development machine befor - [Node.js](http://nodejs.org/) - [npm](https://npmjs.org/) -## Get up and running - -### Install dependencies - -Run the following command from the repository's root folder to install all dependencies. +## Development ```bash npm i -``` - -### Development server - -```bash npm start ``` -### Production build +## Production build ```bash npm run build