Skip to content

pamelafox/dis-this

Repository files navigation

dis-this

An online tool to disassemble Python code

Development

Install packages:

npm install

Run the development server (with hot reloading):

npm run dev

Lint the code:

npm run lint

Format the code:

npm run format

Build the production version:

npm run build

Releases

No releases published

Packages

No packages published