- Make sure you have Python installed on your system
- Open terminal/command prompt
- Navigate to the project directory
- Run the command:
python server.py - Open your web browser and go to: http://localhost:8080/pages/index.html
You can also open the file directly in your browser:
- Navigate to the
src/pagesfolder - Double-click on
index.htmlto open it in your default browser
Note: Some features might not work properly when opening the file directly due to browser security restrictions. Using the Python server method is recommended.