- /
- /
- /
Setting up a dev project
In order to start a new VisionR6 project for development you need to have the the dev environment already set, which means having package.json
and modules.json
in a proper format and having a configured DB.
Please refer to Initial DB setup for instruction for setting DB
After setup a full import needs to be done :
Please make sure all your local modules are properly cited in modules.json
. You can also impoet them manually with vrs import module_name
.