A Star Ocean: Anamnesis companion app.
- nodejs
- npm
- git
- imagemagick (for texture generation)
npm i
npm start
If you modify any of the data in the YML files, you need to run npm run consolidate
to re-generate all of the data. It's also possible that you need to do this after you run npm i
if the postinstall
step does not trigger correctly.
This repository has Netlify set up, and any push to master will update the server automatically.