@ -217,8 +217,6 @@ These **need** to be added to your PATH.
```shell
git clone https://github.com/TheGoddessInari/rambox.git
cd rambox
cp env-sample.js env.js
# update env.js with your auth0 details.
npm install
npm run repack:win64
```
@ -106,9 +106,6 @@
{
"path": "resources/js/loadscreen.js"
},
"path": "env.js"
"path": "app.js",
"bundle": true
@ -1,4 +0,0 @@
var auth0Cfg = {
clientID: ''
,domain: ''
};