First copy the .env file and enter your MONETIC_GITHUB_TOKEN
In a terminal export the file to your global variables:
export MONETIC_GITHUB_TOKEN=your_token
Then proceed to install the dependencies
pnpm install
pnpm run dev
If you want to develop this project together with the Monetic SDK and make changes to both, you can add a symlink to your local Monetic SDK. Make sure your local Monetic SDK is built and has a 'dist' folder.
Add the following to package.json
"@monetic-labs/sdk": "file:../sdk-your-path",
You might need to clear NextJS cache
rm -rf .next