Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bluehexagons/foodguide

The Unofficial Don't Starve Food Guide and Crock Pot Simulator
https://github.com/bluehexagons/foodguide

dont-starve dont-starve-together gaming simulation

Last synced: 3 months ago
JSON representation

The Unofficial Don't Starve Food Guide and Crock Pot Simulator

Awesome Lists containing this project

README

        

# [Don't Starve Food Guide](https://foodguide.bluehexagons.com)

Provides some tools for avoiding starvation
in a game named after the task.

## Use

Live version - [foodguide.bluehexagons.com](https://foodguide.bluehexagons.com)

github.io - [bluehexagons.github.io/foodguide/...](https://bluehexagons.github.io/foodguide/html/index.htm)

### Running Offline

This Food Guide must be run on a web server for most browsers to properly open it. With NodeJS installed, an easy way to run this offline is by hosting it with the http-server package:

```bash
npx http-server
```

Using the defaults, it should become accessible locally in a browser on 127.0.0.1:8080.

### Desktop version (foodguide-app)

The [foodguide-app](https://github.com/bluehexagons/foodguide-app) repository has source code and release
builds for a thin Electron wrapper around this project.

## Development

Pull requests and bug reports are greatly appreciated if anything is out of sync with Don't Starve's current versions.

The Unofficial Don't Starve Food Guide requires no setup and uses no imported code, and is a simple collection of JavaScript/HTML/CSS files. It must be served on a web server so that the JavaScript modules can be loaded by a web browser.

To format code automatically using eslint rules, run `npx eslint --fix` or your preferred formatting method.
This is not required before submitting a PR, as it will be run regardless.

## Contributors
[bluehexagons](https://github.com/bluehexagons)
[rezecib](https://github.com/rezecib)
[levy9527](https://github.com/levy9527)
[brewingcode](https://github.com/brewingcode)
[agathasilva28](https://github.com/agathasilva28)
[6lancmange](https://github.com/6lancmange)
[lakhnishMonster](https://github.com/lakhnishMonster)
[lormico](https://github.com/lormico)
[VaingloriousReptile](https://github.com/VaingloriousReptile)