How to Use

Step-by-step guide to download and use FSWD experiments

← Go back
Note: This example is for experiment 01. File names may differ for other experiments (e.g. exp07 is a .jsx React source). Refer to the downloaded file for exact instructions.

1. Open Terminal

Open your terminal (Terminal, Command Prompt, PowerShell, etc.).

2. Navigate to Desktop

Go to your Desktop folder:

cd ~/Desktop

Windows: cd %USERPROFILE%\Desktop

3. Create a Folder

Create a new folder to store your FSWD files:

mkdir fswd-lab

Windows: same

4. Enter the Folder

Go into the newly created folder:

cd fswd-lab

Windows: same

5. Download the File

Now download experiment 01:

curl -L -o exp01.html https://fswd.ufraan.dev/api/g/01

6. Open in Browser

The downloaded file is exp01.html. Open it in a web browser to view the experiment.

open exp01.html

Linux: xdg-open exp01.html  |  Windows: start exp01.html