Content management system for 3D websites
npm install digitalbaconCreate 3D websites easily that run on AR, VR, Desktop, and Mobile devices with Digital Bacon. No coding required, but supports an API to create plugins for advanced customizations

html
`$3
You'll need an authUrl and socketUrl tied to a server to handle all the handshaking and management between users. My Digital Bacon offers a free tier that you can use for this purpose, just create an account and add your website's origin as an external project and you'll get the necessary urls to be plugged into your setup parameters like so
`javascript
let params = {
projectFilePath: './my-project.zip',
authUrl: '{AUTH_URL}',
socketUrl: '{WEBSOCKET_URL}',
};
setup("my-container-id", params);
`$3
If you want to test your changes with another device on your local network, you can run
npm run start-ssl. Before doing this you'll need to create both cert.pem and key.pem files. Mac Users can generate these files via openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem`A special thanks to the following people for taking time to contribute to this project
prajwalbandak 🚇 | Lauritta 🚇 | Joel Jose ⚠️ | Rasesh Kumar Rout 💻 | kaigidwani 📖 |