impress-2020/.now
Matt Dunn-Rankin 81a2306667 move to vercel now function api structure
I haven't really tested the API yet, because it's hard to query GraphQL directly, but I'll set up the client in a bit for it!
2020-04-22 13:03:32 -07:00
..
project.json move to vercel now function api structure 2020-04-22 13:03:32 -07:00
README.txt move to vercel now function api structure 2020-04-22 13:03:32 -07:00

> Why do I have a folder named ".now" in my project?
The ".now" folder is created when you link a directory to a ZEIT Now project.

> What does the "project.json" file contain?
The "project.json" file contains:
- The ID of the ZEIT Now project that you linked ("projectId")
- The ID of the user or team your ZEIT Now project is owned by ("orgId")

> Should I commit the ".now" folder?
No, you should not share the ".now" folder with anyone.
Upon creation, it will be automatically added to your ".gitignore" file.