A tool designed for planning and managing camp kitchens for (mostly) youth retreats. Features include:
- Creating meal plans
- Calculating quantities (with food factor adjustment)
- Managing recipes
- Simplifying shopping trips
- Add manual shopping items to events
Visit the website to learn more.
Futter.rocks is built on Laravel, utilizing Livewire for reactive components and Filament to easily create forms and tables.
To get started with the development quickly:
- Prerequisites:
- Devenv
- Docker
- Clone the repository
- Enter a devenv shell:
devenv shell(if you have envrc installed, this will happen automatically when you enter the directory) - Install php dependencies:
composer install - Install frontend dependencies:
pnpm install - Run
devenv upin the project directory - this will start the Docker containers via Devenv - Access the application at http://localhost:8000
Devenv manages the development environment configuration while Docker provides the containerized services (database, etc.) needed for the application. The project uses pnpm for JavaScript dependency management.
Futter.rocks is open-sourced software licensed under the AGPLv3 license.