Skip to content

recipe-ipsum/recipe-ipsum

Repository files navigation

Netlify Status MIT Licence contributions welcome

Recipe Ipsum

A nonsensical recipe generator

I created this monstrosity, because I was designing a recipe blog and I wanted to generate a fake recipe, I could've just copied and existing recipe, but where's the fun in that? There are lorem ipsum generators for all kinds of topics, why not one that creates recipes?

I understand that I am solving a very niche problem that doesn't really exist, but it's a fun project with a lot of learning opportunities!

How to contribute | Check out the "roadmap" (in quotations because it's not really a roadmap)

install

Make sure you have yarn installed

run yarn install

run yarn dev

and then you are good to go!

Testing

all testing files are located in cypress/integration

to run tests run yarn test:open

Linting (yarn lint runs pre-commit)

to check linting: yarn lint

to fix linting errors: yarn lint:fix