Nintendo Switch homebrew client for the Opencode server.
- Open the repository in VS Code.
- Reopen in Container.
- The container runs
makeautomatically. Outputs land indist/.
Manual build inside the container:
make
Use the helper script to build in a Docker container without installing devkitPro locally.
./build.sh
Outputs land in dist/.
If devkitPro + devkitA64 + libnx + SDL2 + curl are installed on the host:
make
Outputs land in dist/.