dis-this

An online tool to disassemble Python code

APACHE-2.0 License

Stars
35
Committers
1

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