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

Latest commit

 

History

History
33 lines (23 loc) · 623 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 623 Bytes

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