Check the docs folder to get a basic understanding of the project's architecture
https://eisgroup.github.io/ui-render/
- Install Node.js, if you haven't already (version v22).
- Navigate to project root folder and install dependencies by running this command in terminal:
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3001 to view it in Chrome browser, then activate LiveReload extension.
The page will reload if you make edits.
You will also see any lint errors in the console.
- Install
yalcgloballynpm install -g yalc - In your application add a link to the library with
yalc add eis-ui-render --linkand reinstall dependencies - Run
npm run yalc-watchto build library and life reload
- Run
npm run build-lib - Login to npm
npm login - Publish new version
npm publish
- Run
npm run buildto prepare artifacts - Run
npm run deployto upload artifacts to GitHub