vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
964 stars 82 forks source link

Local development #241

Closed oyejorge closed 4 months ago

oyejorge commented 4 months ago

Hi, I wanted to play around with the code but I can't seem to get the local development server working.

npm run build seems to work

but

npm run start throws

Error: ENOENT: no such file or directory, scandir '/[folder]/vkurko-calendar/public'

npm run dev starts a server on localhost (for example http://localhost:37825) but any request to the server results in a 404 Not Found

Any advice on how to run things locally?

vkurko commented 4 months ago

Hello,

Please use this as a reference.