tbcaccess-apps-renderer
v0.0.177
Published
This is the renderer for apps. It consists of a `registerAppRenderer` to initialise the renderer and an app component called `access-app` that actually renders the apps.
Readme
Overview
This is the renderer for apps. It consists of a registerAppRenderer to initialise the renderer and an app component called access-app that actually renders the apps.
Initialising the project
- Run
npm i
Running locally
- Create an
.envfile with the location of the registry:
VITE_REGISTRY_URL={registry URL}- Run
npm run dev
A test web site will run that renders the hello world app.
