Skip to content

NicholiNoah/webxr-https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloned from Ayşegül Yönet's WebXRWorkshop https://github.com/mecawish/webXRWorkshop
Minimized and modified for simple mkcert ssl certificate and local https browsing
Requires pre-installed Node.js, Chocolatey, and mkcert

1 - Install Typescript & dependencies

$ npm install -g typescript
$ npm install
$ npm install mkcert

2 - For security purposes, temporarily change directory to outside your local repo.
SSL keys will be located in this newly designated directory. App is preset to C:/GitRepos

$ cd ..

3 - Install SSL certificates for https://localhost

$ mkcert -install
$ mkcert localhost

note: DO NOT share your key files with anyone.


4 - Change directory back to local repo

$ cd webxr-https

5 - Start the server

$ npm run dev

6 - Open https://localhost in WebXR enabled browser.

About

WebXR project template for local HTTPS browsing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •