1. Setup
We welcome all contributions to Panora; from small UI enhancements to brand new integrations. We love seeing community members level up and give people power-ups!
Introduction
Setup your environnement
We made a docker file that builds Panora from sources, specifically to help you locally test your contributions. Here’s how to use it.
Copy env variables
Remove previously installed dependencies
echo -e "node-linker=hoisted\n package-import-method=clone-or-copy" > .npmrc
(Optional) Enable Grok
If you have to create an oAuth app for a provider and needs an https redirect uri you must enable Grok service and use your secure domain from them (it proxies requests to localhost:3000
).
Check this quick guide to set it up !
Start the Dockerfile
That’s all ! You can find the backend and other services running at their usual location. Editing code locally will immediately reflect.
Was this page helpful?