Skip to content

varshini-adiga/MockPlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a Mock Plugin Service to host the Published Plugins developed by Web Extensibility team as part of Horizon extensibility PoCs.

Setup

Create Self-Signed Certificate 🔒

  1. Create the ssl folder, mkdir ssl.
  2. cd ssl and run the following commands:
    • openssl genrsa -out key.pem
    • openssl req -new -key key.pem -out csr.pem
    • openssl x509 -req -days 365 -in csr.pem -signkey key.pem -out cert.pem (We may enter the Country, Organization, Email and skip all other input parameters)

Allowing self-signed certificates for localhost in Chrome ⚠️

  1. Open chrome://flags
  2. Enable this flag: Allow invalid certificates for resources loaded from localhost.
  3. Restart Chrome

Running the application 🚀

  1. For installing the dependencies, run npm install
  2. To build and start the application, run npm start
  3. To watch the changes while developing, run npm run watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published