Add dotenv module to manage environment variables
This commit is contained in:
@ -1,2 +1,8 @@
|
||||
# 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`
|
Reference in New Issue
Block a user