# dynamic-form **Repository Path**: mirrors_google/dynamic-form ## Basic Information - **Project Name**: dynamic-form - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dynamic Form ## How to build 1. Check it out from GitHub. * There is no reason to fork it. 2. Create a new local repository and copy the files from this repo into it. 3. Download npm dependencies. ``` shell git clone https://github.com/google/dynamic-form.git cd dynamic-form npm install ``` 4. Build the library. ``` shell npm run build:lib ``` 5. If you want to run the demo-app ``` shell npm start ``` 6. If you want to run test cases. ``` shell npm run test ``` 7. If you want to run e2e test cases. ``` shell npm run e2e ```