Skip to content

monetic-labs/ops

Repository files navigation

Ops-Dashboard

Technologies Used

How to run locally

Install dependencies

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

Run the development server

pnpm run dev

Run together with local sdk

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •