Merge pull request #18 from Thoscellen/master

fix(#17): Updated Readme.md
This commit is contained in:
pikiou 2022-08-15 11:40:06 +02:00 committed by GitHub
commit 92bab4e652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# <b>Intranet of the <i>Paris est Ludique</i> board game festival.</b>
<i>This is the intranet used by the volunteers of the assosication Paris est Ludique.</i><br>
It is built from the boilerplate [React Cool Starter](https://github.com/forceoranj/intranet), on the top of [React](https://facebook.github.io/react), [Redux](https://github.com/reactjs/redux), [React Router](https://reacttraining.com/react-router) and [Express](https://expressjs.com).
It is built from the boilerplate [React Cool Starter](https://github.com/wellyshen/react-cool-starter), on the top of [React](https://facebook.github.io/react), [Redux](https://github.com/reactjs/redux), [React Router](https://reacttraining.com/react-router) and [Express](https://expressjs.com).
## Requirements
@ -20,6 +20,7 @@ cd intranet
**2. Install all of the dependencies:**
```sh
npm install yarn
yarn
```