An Unofficial Food Guide for Don't Starve, running in a thin Electron wrapper as a desktop application.
Includes the main food guide repository as a git submodule.
A portable version built using Electron Forge can be downloaded on the releases page.
Clone the repository with submodules, install, and start.
> git clone --recurse-submodules https://github.com/bluehexagons/foodguide-app.git
> cd foodguide-app
> npm install
> npm start
Electron Forge is used to build releases.
After running its make command, a portable version will be added to
the /out
directory.
> npm run make