Creating a Microsite Using Vulcan

The following procedure outlines how to set up the Vulcan framework and create the microsite:

    1. Access the Vulcan UI.
    2. Create the application on Vulcan UI.
    3. Enter the basic details and internationalization details (if required) for the application.

    1. Run create-vulcan-app on a new terminal.
    2. Provide the required details as prompted by the system.
    3. Open the generated folder on your code editor.

    1. Navigate to your project directory and open a terminal interface.
    2. Run the following command to build the application for deployment and hosting:
      npm run build
      
    3. Identify the build.zip file under your project folder.

    1. Access the Vulcan UI and open the application.
    2. Click Deployments and Upload Build.
    3. Enter the build description for your application.
    4. Click Select Zip and choose the build.zip file from your device.
    5. Click Confirm upload to upload the build and save changes.
    6. Enable UAT or Prod mode for your build.
    7. 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.