Webflow-Examples / hybrid-app-example

Webflow App example using both Webflow's Designer and Data APIs
9 stars 15 forks source link

What are server.key and server.crt? #2

Open ghost opened 1 year ago

ghost commented 1 year ago

When I try to run the devflow-party-data-client via "npm run dev" it first complains that it cannot find server.key. And if I create an empty file of said name, it complains that it cannot find server.cert. It is unclear what data is supposed to live in these files and where that data should come from: generated? sourced from somewhere? what format? None of the READMEs provide information either and they assume that "npm run dev" succeeds as is, which is not the case.