This README outlines the details of collaborating on this application.
This is a map application for the SQUARE ENIX MMORPG, Final Fanatsy XIV. The purpose of this application is to provide an interface to view important information on various maps in the game.
You will need the following things properly installed on your computer.
You will also need to prep your own assets such as map png files, font files and any icon files.
git clone <repository-url>this repositorycd ffxiv-mapsnpm install
npm start- Visit your app at http://localhost:3000.
npm run build(production)
To deploy this application, copy the source to your server and run npm run build in your build directory. If any changes or additions have been made to the assets files, copy those over too.