I have recently started experimenting with Docusaurus and have managed to add pages, menu items etc.
I can run the site locally using the following
npm run start
I have also attempted to build the site using
npm run build
This seems to require that the resulting files are server through a webserver. Is it possible to build the site so they can just be accessed locally through the file system?