FluffyLabs / pvm-debugger

https://pvm.fluffylabs.dev/
1 stars 1 forks source link

PVM disassembler & debugger

Requirements

$ node --version
v 22.1.0

We recommend NVM to install and manage different node versions.

Installing dependencies

$ npm ci

Start a development version

$ npm run dev

Building

$ npm run build

The static files with the website can then be found in ./dist folder.

You can display them for instance with http-server:

$ npx http-server -o

Running formatting & linting

$ npm run lint