Skip to content

Commit

Permalink
v2.1 README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LiberoHS committed Sep 9, 2019
1 parent 8cc6c55 commit 0b7cb50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ competitive circuit, in order to be used for analytical uses by other people.
There are plenty of extensible improvements, such as automated tournament collection,
decklist integration, player data, etc.
The front-end is built using JavaScript and React.js and the back-end is built
using Express.js, Node.js and PostgreSQL.
using Node.js.

### Prerequisites

Expand All @@ -25,6 +25,15 @@ yarn start

Go on ```http://localhost:3000/``` for the front-end

There is currently no back-end implementation at the moment.
For any updates to the tournament or deck database, please run the scripts
provided to generate new player data.

```
cd client/src/scripts
node init_players.js
```

### Running server

```
Expand All @@ -39,7 +48,6 @@ Go on ```http://localhost:5000/``` for the back-end

* [React](https://reactjs.org/)
* [create-react-app](https://facebook.github.io/create-react-app/)
* [Express.js](https://expressjs.com)
* [Node.js](https://nodejs.org/en/)

Thanks for all the support!
File renamed without changes.

0 comments on commit 0b7cb50

Please sign in to comment.