5th November 2024 at 1:37pm
These instructions require minimal knowledge of the terminal. There are also alternative instructions for those using Git.
- Download the code direct from GitHub
- Open a terminal window and set the current directory to the root of the downloaded folder
- Install the dependencies with the command:
npm install
- Start the server with the command:
npm start
- To use MWS, visit http://localhost:8080 in a browser on the same computer
- 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.