# WebTalk Standalone walthrough
-- allows you to create a single html file with everything contained.

Open a terminal and cd to the webtalk folder

cd /home/user/Dev/webtalk

Now run:
python3 -m http.server 8000

You should see a confirmation, something like:
Serving HTTP on :: port 8000 (http://[::]:8000/) ...

If you don't have it, you will need to install Python.
Linux: sudo apt update && sudo apt install -y python3
MacOS: Should prompt you to download the xCode command line tools. You could also try https://xcodereleases.com/
Windows: winget install --id Python.Python.3 -e

Once the localhost server is started, open a browser and go to:
http://localhost:8000/

Now load your stack JSON and when ready to make a standalone, run:
saveasstandalone

A file called "standalone.html" should be downloaded to your downloads folder.
This will contain a fully-enclosed standalone html file (with the message box disabled and the tools palette disabled)