Skip to content

monetic-labs/ops

Repository files navigation

Services-Dashboard

Technologies Used

How to run locally

Install dependencies

First copy the .env file and enter your BACKPACK_GITHUB_TOKEN In a terminal export the file to your global variables: export BACKPACK_GITHUB_TOKEN=your_token

Then proceed to install the dependencies

pnpm install

Run the development server

pnpm run dev

Run together with local pylon-sdk

If you want to develop this project together with the Pylon SDK and make changes to both, you can add a symlink to your local SDK. Make sure your local Pylon-SDK is built and has a 'dist' folder.

Add the following to package.json

    "@backpack-fux/pylon-sdk": "file:../pylon-sdk-your-path",

You might need to clear NextJS cache

rm -rf .next