/cookbook

The recipe app that focuses on what matters

Primary LanguageHTML

CookBook

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

# 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.

Useful links