The following procedure outlines how to set up the Vulcan framework and create the microsite:
-
- Access the Vulcan UI.
- Create the application on Vulcan UI.
- Enter the basic details and internationalization details (if required) for the application.
-
- Run
create-vulcan-app
on a new terminal. - Provide the required details as prompted by the system.
- Open the generated folder on your code editor.
- Run
-
-
- Navigate to your project directory and open a terminal interface.
- Run the following command to build the application for deployment and hosting:
npm run build
- Identify the
build.zip
file under your project folder.
-
- Access the Vulcan UI and open the application.
- Click Deployments and Upload Build.
- Enter the build description for your application.
- Click Select Zip and choose the
build.zip
file from your device. - Click Confirm upload to upload the build and save changes.
- Enable UAT or Prod mode for your build.
- Identify the UAT/Prod URL generated and displayed in the Application Details section. This URL can be used for testing or accessing your microsite.
Note:
To embed your microsite on InTouch, raise a JIRA request to the Capillary Tech team.