Hosted onhyper.mediavia theHypermedia Protocol

    Get up and running with the dev environment

    MacOS

      1. Homebrew

      2. Yarn, Direnv, Mise

        brew install direnv yarn mise
        1

        Currently we require these to be installed.

          Mise - manages native dependencies

          Direnv - sets up your local shell environment

          Yarn - used for frontend installs and tasks

      3. Desktop Dev

        To run desktop in dev mode:

        ./dev run-desktop

        For a production build:

        ./dev build-desktop

      4. Web Dev

        First, install dependencies with yarn

        Then, run yarn web:dev:standalone