# Intranet of the Paris est Ludique board game festival.
This is the intranet used by the volunteers of the assosication Paris est Ludique.
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).
## Requirements
- [node](https://nodejs.org/en) >= 12.0
- [npm](https://www.npmjs.com) >= 6.0
## Getting Started
**1. You can start by cloning the repository on your local machine by running:**
```sh
git clone https://github.com/forceoranj/intranet.git
cd intranet
```
**2. Install all of the dependencies:**
```sh
yarn
```
**3. Start to run it:**
```sh
yarn dev # Build, hosts, and hot reload saved modifications
```
Now the app should be running at [http://localhost:3000](http://localhost:3000)
## File editors
Edit files with one of these HTML/CSS/TypeScript editors:
- [Atom](https://atom.io/) with [TypeScript plugin](https://atom.io/packages/ide-typescript)
- [Visual Studio Code](https://code.visualstudio.com/)
- [Webstorm 2018.1](https://www.jetbrains.com/webstorm/download/)
- [Sublime Text](http://www.sublimetext.com/3) with [Typescript-Sublime-Plugin](https://github.com/Microsoft/Typescript-Sublime-plugin#installation)
## Script Commands
I use [cross-env](https://github.com/kentcdodds/cross-env) to set and use environment variables across platforms. All of the scripts are listed as following:
| `yarn