mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
39 lines
2.3 KiB
Markdown
39 lines
2.3 KiB
Markdown
# CraftBeerPi 4
|
|
|
|
[![Build](https://github.com/PiBrewing/craftbeerpi4/actions/workflows/build.yml/badge.svg)](https://github.com/PiBrewing/craftbeerpi4/actions/workflows/build.yml)
|
|
[![GitHub license](https://img.shields.io/github/license/PiBrewing/craftbeerpi4)](https://github.com/PiBrewing/craftbeerpi4/blob/master/LICENSE)
|
|
![GitHub issues](https://img.shields.io/github/issues-raw/PiBrewing/craftbeerpi4)
|
|
![PyPI](https://img.shields.io/pypi/v/cbpi4)
|
|
![Happy Brewing](https://img.shields.io/badge/CraftBeerPi%204-Happy%20Brewing-%23FBB117)
|
|
|
|
<p align="center">
|
|
<img src="https://github.com/PiBrewing/craftbeerpi4-ui/blob/main/cbpi4gui/public/logo192.png?raw=true" alt="CraftBeerPi Logo"/>
|
|
</p>
|
|
|
|
CraftBeerPi 4 is an open source software solution to control the brewing and
|
|
fermentation of beer :beer:.
|
|
|
|
## 📚 Documentation
|
|
Instructions on how to install CraftBeerPi and use its plugins is described
|
|
in the documentation, that can be found here: [gitbook.io](https://openbrewing.gitbook.io/craftbeerpi4_support/).
|
|
|
|
### Plugins
|
|
Plugins extend the base functionality of CraftBeerPi 4.
|
|
You can find a list of available plugins [here](https://openbrewing.gitbook.io/craftbeerpi4_support/master/plugin-installation#plugin-list).
|
|
|
|
## 🧑🤝🧑 Contribute
|
|
You want to help develop CraftBeerPi4? To get you quickly stated, this repository comes with a preconfigured
|
|
development environment. To be able to use this environment you need 2 things installed on your computer:
|
|
|
|
- docker
|
|
- visual studio code (vscode)
|
|
|
|
To start developing clone this repository, open the folder in vscode and use the _development container_ feature. The command is called _Reopen in container_. Please note that this quick start setup does not work if you want to develop directly on a 32bit raspberry pi os because docker is only available for 64bit arm plattform. Please use the regular development setup for that.
|
|
|
|
For a more detailed description of a development setup without the _development container_ feature see the documentation page:
|
|
[gitbook.io](https://openbrewing.gitbook.io/craftbeerpi4_support/)
|
|
|
|
### Contributors
|
|
Thanks to all the people who have contributed
|
|
|
|
[![contributors](https://contributors-img.web.app/image?repo=avollkopf/craftbeerpi4)](https://github.com/avollkopf/craftbeerpi4/graphs/contributors)
|