Clone the repository and install dependencies:
git clone https://github.com/NangoHQ/nango.git
cd nango
npm install
npm run prepareCreate your environment file:
cp .env.example .envStart the databases and queue:
npm run dev:dockerRun Nango in two separate terminals:
npm run dev:watchnpm run dev:watch:appsOpen http://localhost:3000.
Create a directory for your integrations and install the CLI:
mkdir nango-integrations
cd nango-integrations
npm install --global nango
nango initSet NANGO_SECRET_KEY_DEV and NANGO_HOSTPORT in .env, then deploy:
nango deploy devSee the CLI documentation for more information.