1j01 / 98

💿 Web-based Windows 98 desktop recreation █████▓█▓▓▒▓▒▒░▒░░░🗕︎🗗︎🗙︎
https://98.js.org
1.15k stars 183 forks source link

The filesystem is not available #21

Closed ghost closed 4 years ago

ghost commented 4 years ago

Get an error when running on my computer saying The filesystem is not available, it failed to initalize.

1j01 commented 4 years ago

You need an HTTP server; it won't work opening index.html directly in your browser. I recommend live-server for development, as it will automatically reload on changes.

I see I'm lacking a Development Setup section on the readme. I'll add that soon. Also I could detect if running from file: protocol and show a message; I might do that.

1j01 commented 4 years ago

I've added a development setup section: https://github.com/1j01/98#development-setup Let me know if you need any more help, or if the error persists.