This project was bootstrapped with Create React App.
- You need game sources (values, xml, drawable, raw) at "public" directry. I use "link.bat" to make Symbolic Link.
- You need have NPM installed. You can get it at https://nodejs.org/en/download/.
- Run 'npm install'
- Run 'npm run gen' to render TMS to JPG for global map pages. Yes, it really takes a long time. (You can run 'npm run gen graveyard1' to render only one map 'graveyard1')
- Run 'npm start' for starting local development server.
- Run 'npm build' to generate production build.
- To make route from any page to index.html I use "build.bat"
If your system is UNIX, you can ues makefile instead of ".bat". Tested on my MacBookPro.
make link: Make symbolic link to game resources (values, xml, drawable, raw) at "public" directry.- You need have NPM installed. You can get it at https://nodejs.org/en/download/.
npm install: Install required node.js package from package.jsonmake gen: Render TMS to JPG for global map pages. Yes, it really takes a long time. (You can runmake gen_graveto render only one map 'graveyard1' for test). Execute 1602.92s in my MBP.make run: Starting local development server.npm run build: Generate production build.
If you want more information about game, please visit the [official game page on Google Play](https://play.google.com/store/apps/details?id=com.gpl.rpg.AndorsTrail) or the [main game forum](https://www.andorstrail.com).