Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 654 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 654 Bytes

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