xFutte / futte-newspaper

[QBCore] Newspaper script displaying news, prison sentences, and enables reporters to write, update and delete news
MIT License
77 stars 48 forks source link

html doesn't show up #5

Closed shadowTW closed 2 years ago

shadowTW commented 2 years ago

https://streamable.com/2b9cp1

xFutte commented 2 years ago

@shadowTW Any error outputs? Otherwise, try to reclone/pull the repo. Just updated some stuff.

xFutte commented 2 years ago

Also, did you run "npm install" in the ./web directory?

shadowTW commented 2 years ago

Also, did you run "npm install" in the ./web directory?

nope

shadowTW commented 2 years ago

ill try now

shadowTW commented 2 years ago

same thing

shadowTW commented 2 years ago

and I don't get any output errors

xFutte commented 2 years ago

Neither in the client or server console?

shadowTW commented 2 years ago

nope

xFutte commented 2 years ago

Is everything compiled? Try running "npm run dev" in the ./web directory. That will bundle everything.

xFutte commented 2 years ago

I can see that the bundle folder is missing here in Github, for some reason - that's the reason. Do the above and hopefully it should work for you.

shadowTW commented 2 years ago

ok thanks