This is a utility program that generate a specifided number of configurations based on user input requirements for fluid volume and base areaa
Resource | URL |
---|---|
typescript | https://www.typescriptlang.org/ |
NodeJs v18+ | https://nodejs.org/en |
- start the program by running
npm start
in the root directory
- build the program by running
npm run build
in the root directory