GitHub - josmerod/HowToCook-English: Programmer's guide about how to cook at home (Auto-translated from Simplified Chinese into English).

Skip to content

Navigation Menu

Sign in

Appearance settings

Programmer's Guide to Cooking

Note

Disclaimer: This documentation and all recipes are a direct, AI-generated translation from the original repository. The goal is to make these accessible to non-Chinese speakers. This fork will be updated periodically to sync with the original content.

build License GitHub contributors npm Man hours Docker Join the AnduinOS Community on Revolt

Recently, I've been cooking at home. As a programmer, I occasionally look for recipes online. However, these recipes often have strange formats and vaguely introduce ingredients in the middle of the process. This is extremely unfriendly to programmers accustomed to formal languages.

Therefore, I plan to search for recipes and, combining them with my own cooking experience, rewrite common dish instructions with clearer, more precise descriptions to facilitate programmers cooking at home.

Similarly, I hope this project becomes a community-driven and maintained open-source repository, allowing more people to create an interesting warehouse together. Contributions are very welcome!

Local Deployment

If you need to deploy the recipe Web service locally, run the following command after installing Docker:

docker pull ghcr.io/anduin2017/how-to-cook:latest
docker run -d -p 5000:80 ghcr.io/anduin2017/how-to-cook:latest

How to Contribute

For any issues found, please modify and submit a Pull Request directly.

When writing a new recipe, please copy and modify the existing recipe template: Sample Dish.

Environment Setup

Recipes

Index by Difficulty

Vegetable Dishes

Meat Dishes

Aquatic Dishes

Breakfast

Staple Food

Semi-finished Products

Soup and Congee

Drinks

Condiments and Ingredients

Desserts

Advanced Knowledge

If you have mastered many of the dishes above and wish to learn more advanced cooking techniques, please continue reading below:

Derivative Works

About

Programmer's guide about how to cook at home (Auto-translated from Simplified Chinese into English).

Resources

Readme

License

Unlicense license

Code of conduct

Code of conduct

Contributing

Contributing

Activity

Stars

1 star

Watchers

0 watching

Forks

0 forks

Languages

  • Dockerfile 100.0%