Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiberoHS authored Sep 9, 2019
1 parent 0b7cb50 commit 0d61b35
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions 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!

0 comments on commit 0d61b35

Please sign in to comment.