From ef1055d17282018134cf618b48d2d4533b53f4ac Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:41:51 +0300 Subject: [PATCH] docs: improve README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f6eb26d..f730832 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Py2Wasm A mini Python to WebAssembly compiler, currently supporting a subset of ChocoPy syntax. This is an ongoing extension of the CSE231 [project](https://github.com/ucsd-cse231-s22/chocopy-wasm-compiler-B). @@ -5,3 +7,12 @@ A mini Python to WebAssembly compiler, currently supporting a subset of ChocoPy You can play with the demo [here](https://arthur-x.github.io/Py2Wasm/). ![Screenshot](screenshot.png) + +## Local Development + +To run the project locally, install dependencies and start the development server: + +```bash +npm install +npm run dev +```