/mpyc-test

Primary LanguagePythonMIT LicenseMIT

MPyC Web MPyC logo

MPyC Web is a port of the MPyC Python framework for Web Browsers. It uses:

Demo:

Development

Dependencies

  1. Install nix
    1. Linux with Systemd or MacOS - https://github.com/DeterminateSystems/nix-installer/
    2. Linux without Systemd - https://nixos.org/download.html
  2. Start a development shell with all necessary tools - nix develop --impure
  3. Install the JavaScript dependencies - yarn install

Start a development server

yarn dev

Build as a static site

yarn build

Run the static site

python -m http.server -d dist