8 lines
405 B
Markdown
8 lines
405 B
Markdown
# FE_Charts
|
|
Fire Emblem Charts is a mobile application that allows you to view the statistics of the characters in the game Fire Emblem Three Houses in the form of graphics.
|
|
|
|
## Setup the server
|
|
|
|
Copy the `.env-example` file and rename it to `.env`, then set the value of each variables corresponding to your environments.
|
|
|
|
Install the dependencies with `npm install`, then run the server with `npm start` |