covid19-group / c19

C19 is an Open Source COVID-19 self registration tool build by volunteering people in tech.
https://c19.dk
MIT License
27 stars 15 forks source link

guide to contributing #6

Closed johncoffee closed 4 years ago

johncoffee commented 4 years ago

Hi folks :) I tried to set up the codebase locally, not sure if it was possible at all, but it seems that only a few Twilio keys are missing before my setup will run.

Is this relevant?

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click on the icon next to each commit.

holgerthorup commented 4 years ago

Hi @johncoffee – we'd love your help and if that requires a better documentation to get started faster, we'll invest in that.

If you want to run the full setup you have to have a Twilio accounts set up and include the relevant environment variables. But if you're just running locally you can replace /pages/api/post/authorize:43 with console.log({ code }) to just get receive the code in the console instead of through the SMS service.

How else can we improve the documentation here?

Thanks, Holger