Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 648 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 648 Bytes

Python Web Interpreter

Build Status

Python interpreter running in the browser using Pyodide

This is a static web app built with React

Try it here

screenshot

Development

Setup

git clone https://github.com/Ben-Wu/python-web-interpreter.git
yarn

Start dev server

yarn start

Server runs on http://localhost:8080

Make build

yarn build

Output will be in /dist