-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make api environment friendlier #27
base: main
Are you sure you want to change the base?
Conversation
* init * use typescript * use graphql * :grimace: nobody look * ok you can look again * add db utils for client * typo & yarn * add meta endpoint * add template .env * add endpoint helper * use nextjs api convention * move secret * add faunadb public secret * fix /api/meta return type * document ZeitRequest/ZeitResponse union type exports * update gitignore * add .env.build template * clarify await is necessary in endpoint helper * add shared public key for faunadb * consume public secret in gql * export findTermById * add api README * remove fql demo * add teaser content * temp: bold glossary h3 until there's a dropdown to distinguish * limit article to readable width * nuzzle footer * fix: center lone article on small tablet * tweak: add suspense * feat: add contact modal * feat: constrain modal dimensions * add readme * add contributor guidelines * docs(contrib): link to contributing at top of readme #16 #17 * docs(contrib): #17 add conventional commits * docs(contrib): #17 tag code blocks
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/blacksocialists/dual-power-app/98i55oz72 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
yarn dev-remote
so anyone can build against the api without usingnow
utils/api.ts
to simplify interacting with the apiREADME.md