Task 1: Project scaffold + HTTP server #1

Open
opened 2026-07-05 20:04:38 +00:00 by Leonard · 0 comments

Objective: Set up the project directory and a one-file Python HTTP server.

Files: Create ~/asteroids-web/serve.py

Acceptance:

  • ~/asteroids-web/serve.py exists
  • Server starts with python3 serve.py 9000
  • curl http://localhost:9000/ returns directory listing

Source plan: .hermes/plans/2026-07-05_195409-asteroids-web.md

**Objective:** Set up the project directory and a one-file Python HTTP server. **Files:** Create `~/asteroids-web/serve.py` **Acceptance:** - [ ] `~/asteroids-web/serve.py` exists - [ ] Server starts with `python3 serve.py 9000` - [ ] `curl http://localhost:9000/` returns directory listing **Source plan:** `.hermes/plans/2026-07-05_195409-asteroids-web.md`
Ty added this to the Kanban Board project 2026-07-06 05:53:17 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Tony_tech/asteroids#1