Skip to content

EclesioMeloJunior/pvm-debugger

 
 

Repository files navigation

PVM disassembler & debugger

Live @ https://pvm.fluffylabs.dev

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.7%
  • JavaScript 9.2%
  • Other 1.1%