From 3653508816c4daeb43997d044fce66b1fd94e239 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Wed, 11 Sep 2019 10:09:58 +0200 Subject: [PATCH] (docs): update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9815794..a7b1631 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# RiotAPI +# LeagueStats ## Global dependencies ``` Vue CLI -nodemon +Adonis CLI +MongoDB ``` ## Project setup @@ -13,7 +14,8 @@ npm install cd server npm install -create .env file with API_KEY= your RiotGames API Key +cp .env.example .env +adonis migration:run ``` ### Compiles and hot-reloads for development @@ -31,5 +33,5 @@ npm run build ### Run NodeJS server ``` cd server -npm run dev +adonis serve --dev ```