From fb851d859ccf723f37715a2c7907cf773b3d731d Mon Sep 17 00:00:00 2001 From: guhur <12297742+guhur@users.noreply.github.com> Date: Wed, 15 Apr 2020 17:49:20 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a8d0f..0276fd4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ +[![Netlify Status](https://api.netlify.com/api/v1/badges/021c39c6-1018-4e3f-98e2-f808b4ea8f6d/deploy-status)](https://app.netlify.com/sites/epic-nightingale-99f910/deploys) + + # Voting application in React A demo is available at [our website](http://demo.mieuxvoter.fr/). ## Installation -`yarn install` +1. Copy `.env` file into `.env.local` and set there environment variables. +2. Install [yarn](https://classic.yarnpkg.com/en/docs/install/#debian-stable). +3. Install dependencies: +```bash +$ cd mvfront-react +$ yarn install +``` ## Starting