From 6fdb72fb80d040ab7a9ffa485889092d072bc823 Mon Sep 17 00:00:00 2001 From: JP1998 Date: Thu, 8 Nov 2018 12:06:33 +0100 Subject: [PATCH] Update README to tell you to install @zeit/next-css --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03349f3..e394337 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ First of course you'll need to clone this repository: $ git clone https://github.com/turniere/turniere-frontend.git ``` -Afterwards you'll have to navigate into the created folder and install React, Next aswell as Express with your pacakge manager: +Afterwards you'll have to navigate into the created folder and install React, Next, CSS-support for Next aswell as Express with your pacakge manager: ``` -$ yarn add --save react react-dom next express +$ yarn add react react-dom next express @zeit/next-css ``` Afterwards you may simply run the developer version of the project: