Skip to content

Latest commit

 

History

History
 
 

Data Driven Form logo

A documentation page for Data Driven Forms. A server-side application based on NextJS.

📖 For more information please visit the documentation. 📖

Always make sure to update the doces after any package change!

Commands

You can perform the following tasks by running the offered commands:

  • Installation

    # in root directory of react-forms
    yarn
  • Start local server

    cd packages/react-renderer-demo
    yarn dev # runs on localhost:3000
  • Build production version

    cd packages/react-renderer-demo
    yarn build
  • Generate component examples from mappers

    cd packages/react-renderer-demo
    yarn generate:examples
  • Run bundle analyzer

    cd packages/react-renderer-demo
    yarn analyze