BIMsurfer
BIMsurfer copied to clipboard
No start script defined
After run "npm run start" in console, the output is :npm ERR! missing script: start
Feel free to send a PR. I don't see a real need for it as I think it makes more sense to leave it up to the dev to choose http-server/serve or server framework of choice, but I'm also not a typical webdev. If you think it should exist then feel free.
Is there any guide for how to start the project?
npx http-server
should be sufficient I guess, this is just a project with static files after all.