I'm working on a Keystone based project with a friend of mine. He has done all of the initializing on his end and pushed everything to GitHub. I have forked and cloned down the repo to my machine (macOS 10.13).
When attempting to run node keystone
I get this:
Error: Invalid Configuration
CloudinaryImage fields (About.heroImage) require the "cloudinary
config" option to be set.
See http://keystonejs.com/docs/configuration/#services-cloudinary for
more information.
I don't see any .env file so I can get everything authenticated on my machine to run Keystone.
Why would his .env file not be pushed on to GitHub? Or is my issue something else?
Thanks in advance.