Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

change-metrics/monocle-web

Repository files navigation

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