Add images for logo and splash screen
Also added project informations in the about page and updated the README
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
# 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
|
||||
## Setup the app
|
||||
|
||||
Copy the `.env-example` file and rename it to `.env`, then set the value of each variables corresponding to your environments.
|
||||
- Change the variables in the `database.php` file to match the server.
|
||||
- Change the `BASE_URL` constant in the `database.js` file with the host corresponding to the server.
|
||||
|
||||
Install the dependencies with `npm install`, then run the server with `npm start`
|
||||
## Updating the catalogue
|
||||
|
||||
After updating the catalogue, you must add a new row in the `Tbl_Catalogue` table with the new version of the catalogue and the date of the update.
|
Reference in New Issue
Block a user