Skip to content

PseudoLang-Software-Foundation/PseudoLang-Web

Repository files navigation

PseudoLang Web Editor

A web interpreter for Pseudolang

Hosting

  1. Getting the necessary files

    • Head to Pseudolang releases, and download wasm-bindgen.zip
    • Place all the files from the zip into ./src/assets/wasm/
  2. Run React App

    • For development purposes you can run with npm i && npm run dev
    • To build use npm i && npm run build