This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

Installation

5th November 2024 at 1:37pm

These instructions require minimal knowledge of the terminal. There are also alternative instructions for those using Git.

  1. Download the code direct from GitHub
  2. Open a terminal window and set the current directory to the root of the downloaded folder
  3. Install the dependencies with the command:
    npm install
  4. Start the server with the command:
    npm start
  5. To use MWS, visit http://localhost:8080 in a browser on the same computer
  6. When you have finished using MWS, stop the server with ctrl-C

See Troubleshooting if you encounter any errors.

To update your copy of MWS in the future with newer changes will require re-downloading the code, taking care not to lose any changes you might have made.