jbadeau / wabi

WebAssembly Backstage Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wabi

WebAssembly Backstage Interface

Setup

Install mise

brew install mise

Install mise tools

mise install

Start backstage

yarn install
yarn dev

Todos

  1. Make the HTMX backend available in the proxy section of app-config.yaml
proxy:
  ### Example for how to add a proxy endpoint for the frontend.
  ### A typical reason to do this is to handle HTTPS and CORS for internal services.
   endpoints:
     '/wabi':
      changeOrigin: true
      target: 'http://127.0.0.1:80'
      secure: true

About

WebAssembly Backstage Interface


Languages

Language:TypeScript 89.2%Language:Dockerfile 4.4%Language:HTML 3.3%Language:Rust 1.4%Language:Makefile 1.1%Language:JavaScript 0.6%