Clone the repo and install local dependencies run:
npm i
You need also original pokemon red assets. Download/clone this repo:
https://github.com/pret/pokered/tree/98f09b6d26b1f83bdf1779cfe63a73b8a4265aef
and put /gfx
, /constants
, /data
and /maps
folder in /poke-assets
folder (you need to create it).
Then just download and install GraphicsMagick or ImageMagick. On macOS, you can simply use Homebrew and do:
brew install graphicsmagick
or
brew install imagemagick
--
To develop run:
npm start
and open localhost:8080
To build production package run:
npm run prod
and you will find compiled files in /dist
directory.
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.