Update README and enhance quiz layout for improved responsiveness

This commit is contained in:
2025-01-28 17:12:04 +02:00
parent 92c128a342
commit 7cf61a1cef
3 changed files with 5 additions and 2 deletions

View File

@@ -44,9 +44,9 @@ This project is a simple web application designed to collect responses from user
```
npm install
```
4. Start the server:
4. Start the server and bind it to all network interfaces (0.0.0.0):
```
node server.js
node server.js --host 0.0.0.0
```
5. Open your web browser and go to `http://localhost:3000` to access the application.