art-class / v4

GNU Affero General Public License v3.0
84 stars 515 forks source link

Where's the uv.bundle.js file?? #56

Closed Kenfin777 closed 3 weeks ago

Kenfin777 commented 4 months ago

What's happening?

Missing File

Please give instructions on how we can reproduce the error you're reporting.

In the html files, each one mentions a file called "uv.bundle.js". It didn't show up in my files when I downloaded it.

Please describe what's supposed to happen

I'm supposed to get the "uv.bundle.js" file

Anything else we should know?

Yes

proudparrot2 commented 4 months ago

uv.bundle.js (and client, handler, and sw) are served by express. Are you attempting to run this statically? Art Class needs to be ran with the index.js file in the root. It is not a static application.

Kenfin777 commented 4 months ago

uv.bundle.js (and client, handler, and sw) are served by express. Are you attempting to run this statically? Art Class needs to be ran with the index.js file in the root. It is not a static application.

well, I am trying to just use it by opening the html files

Kenfin777 commented 4 months ago

If I ran it in glitch , it suspends my project for violating the tos. In replit, when I run it it doesn't work. <p>So, can you help me?<p>

Kenfin777 commented 4 months ago

this is the index.html `<!DOCTYPE html>

Art Class

Welcome to Art Class


`

proudparrot2 commented 4 months ago

uv.bundle.js (and client, handler, and sw) are served by express. Are you attempting to run this statically? Art Class needs to be ran with the index.js file in the root. It is not a static application.

well, I am trying to just use it by opening the html files

Well that doesn’t work

IncognitoTGT commented 3 months ago

lmao you need https for service workers

mdoryammilwalrus commented 3 weeks ago

well, I am trying to just use it by opening the html files

if you want to run this on your computer, read run locally