There is a requirement to share an HTML file ( all CSS and js details are packed in this file using webpack). so the Html file needs to be shared within LAN network so that any users can edit the file . For now i have written code to store data in localstorage . so is there any way that i can use this html file so any users can edit the file and data should be stored in any one system localstorage
also please prefer any other method by which i can store the data ( NB: none of the systems is connected to the internet )