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 +```