@ws-ui/webform-editor
v0.3.42
Published
This is the webform editor package used in the Qodly Studio Editor
Downloads
1,527
Keywords
Readme
Intro
This is the webform editor package used in the Qodly Studio Editor
Installation and Setup
To fix issues and develop new features this package and see the changes reflected directly on Qodly without friction we use the yalc
package, please make sure that it's installed on your machine by running:
npm i -g yalc
Step 1
Clone the webstudio project to your machine
git clone [email protected]:4d/web-studio/webstudio.git
Step 2
Setup the project to work with the link to the local version of the project in the craco.config.js
go to
const yalcDeps = { /* */ }
and uncomment the line where is '@ws-ui/webform-editor': { requiredVersion: '^0.0.1' },
is located
then run
yalc add @ws-ui/webform-editor && yalc link @ws-ui/webform-editor && npm install
Step 3
Develop locally by running
npm start