Skip to content

charlyoleg/parametrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parametrix root

Presentation

This is the monorepo that contains the following javascript packages:

  • geometrix
  • designix
  • parametrix

A public instance of Parametrix is available on that github-page. The code source is available on github.

Prerequisite

  • node version 18.13.0 or higher
  • npm version 9.3.0 or higher

Getting started

git clone https://github.com/charlyoleg/parametrix
cd parametrix
npm i
npm run ci
npm run preview

Other useful commands:

npm run clean
npm run ls-pkg
npm -w geometrix run check
npm -w designix run build
npm -w parametrix run dev