/monocle-web

A web UI for monocle

Primary LanguageReScript

Monocle web

A Work In Progress attempt to migrate the Monocle Web UI to rescript-lang.

Install dependencies

mkdir -p ~/git/softwarefactory-project.io/software-factory
pushd ~/git/softwarefactory-project.io/software-factory
git clone https://softwarefactory-project.io/r/software-factory/re-patternfly
popd

Run the developpement server

Install pnpm first using npm install -g pnpm

pnpm install
pnpm start

In another shell start the developpement server

pnpm run serve

Distribute the interface

pnpm run dist