https://github.com/friedrith/cookbook
The recipe app that focuses on what matters
https://github.com/friedrith/cookbook
Last synced: 4 months ago
JSON representation
The recipe app that focuses on what matters
- Host: GitHub
- URL: https://github.com/friedrith/cookbook
- Owner: friedrith
- Created: 2022-02-17T22:13:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T10:58:19.000Z (about 2 years ago)
- Last Synced: 2025-06-07T01:36:49.495Z (about 1 year ago)
- Language: HTML
- Homepage: https://getCookbook.io
- Size: 385 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
CookBook is not like other recipe app. The goal is to reproduce the principle of grandmother cook book but with modern tools. For CookBook, we focus on features that really matter in addition of great accessibility and multiple languages support.
The goal is too simplify user life and do most the job. It includes importing the recipes as easier as possible, help him to retrieve them.
## Getting started
```bash
# You need to initialize some environment variables
cp .env.template .env
pnpm install
pnpm start
# in parallel (other terminal)
cd api
nvm use v16.17.0
yarn api
```
## Contributing
Before contributing, please read the [CONTRIBUTING.md](Guidelines).
## Useful links
- https://web.dev/add-manifest/
- [Accessibility](https://reactjs.org/docs/accessibility.html)
- [Single page applications for github pages](https://github.com/rafgraph/spa-github-pages)