- Check it out from GitHub.
- There is no reason to fork it.
- Create a new local repository and copy the files from this repo into it.
- Download npm dependencies.
git clone https://github.com/google/dynamic-form.git
cd dynamic-form
npm install
- Build the library.
npm run build:lib
- If you want to run the demo-app
npm start
- If you want to run test cases.
npm run test
- If you want to run e2e test cases.
npm run e2e