https://github.com/fusedvr/chainauth-console
Admin Console for Chain Auth
https://github.com/fusedvr/chainauth-console
console html
Last synced: 5 months ago
JSON representation
Admin Console for Chain Auth
- Host: GitHub
- URL: https://github.com/fusedvr/chainauth-console
- Owner: FusedVR
- License: mit
- Created: 2022-11-15T12:34:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T03:29:36.000Z (over 3 years ago)
- Last Synced: 2025-06-05T16:47:22.389Z (about 1 year ago)
- Topics: console, html
- Language: HTML
- Homepage: https://console.fusedvr.com
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chainauth-console
This project is a set of static HTML pages that serve the Front End Console for the Chain Auth Solution at [https://console.fusedvr.com](https://console.fusedvr.com).
To test this project locally, install a local https server such as https-localhost.
`npm install -g https-localhost`
And then you can serve the project on Port 5000 so that the console can bypass CORS.
`PORT=5000 serve`