Update README to tell you to install @zeit/next-css

This commit is contained in:
JP1998 2018-11-08 12:06:33 +01:00
parent 61e0c82619
commit 6fdb72fb80
1 changed files with 2 additions and 2 deletions

View File

@ -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: