Skip to content

aelatgt/avatar-webkit-hubs

 
 

Repository files navigation

GitHub Workflow Status download

Setup

Configure environment variables before any NVM configuration:

# .bashrc
export AVATAR_WEBKIT_REPO_SECRET="..."
export AVATAR_WEBKIT_AUTH_TOKEN="..."

Copy ngrok.template.yml into ngrok.yml and fill in your Ngrok auth token and subdomain.

Development

yarn
yarn dev

Build Artifacts

This project builds two files:

  • room.js contains the Hubs room script
  • room.css contains styles for the custom UI, loaded by the room script

Languages

  • JavaScript 99.0%
  • CSS 1.0%