I just want to make my own ngl.link, and learn how they works.
You need to install NodeJS, and pnpm first! Then
git clone https://github.com/hansputera/ngl.link-service
cd ngl.link-service
pnpm install
Build the source code
pnpm run build
Run it
node dist/index.js
To run this project, you will need to add the following environment variables to your .env file
API_ADDRESS
Fill it with ngl.link API url address
REDIS_URI
Fill it with your redis connection URI