Skip to content

Commit 2c9f6c8

Browse files
jamielyclaude
andcommitted
Rename game.html to index.html for GitHub Pages
- Rename game.html to index.html for cleaner URLs - Update README.md and CLAUDE.md documentation - Game now accessible at root URL without filename 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6138a0e commit 2c9f6c8

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clojure -P
1414

1515
# Start development server with hot reloading
1616
npx shadow-cljs watch app
17-
# Game accessible at http://localhost:8080/game.html
17+
# Game accessible at http://localhost:8080/
1818

1919
# Compile for production (advanced compilation)
2020
npx shadow-cljs release app

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A game to practice clojure and clojurescript. Only works in Chrome.
1414

1515
# Start development server with hot reloading
1616
npx shadow-cljs watch app
17-
# Navigate to: http://localhost:8080/game.html
17+
# Navigate to: http://localhost:8080/
1818

1919
## Tests
2020

0 commit comments

Comments
 (0)