-
Notifications
You must be signed in to change notification settings - Fork 4
Building
In this building section I will explain, how to build the ReactUI with or without it's extensions.
The ReactUI always comes with the CSS-Designer, as it is dependency of this project.
To build it, simply use the npm run build
command. To enable the CSS-Designer write "useDesigner": true into your app.json file found in the public directory of the build.
It is also possible to run the CSS-Designer on it's own. To do that clone the project, now you can either run it directly via npm start
or build it with npm run build
and use it like that.
For another project, there are currently 2 more branches in this project, use the 'dev' and the 'pr-upgrade' branch to enable the functionality this project needs. Because those branches are not public in npm yet you need to link those first.
With npm link
you can make this project available as local dependency. More information is in the README file of the other project