Initial commit: Digital zine for Collective Governance for AI
Built with Astro featuring: - Markdown-based content with automatic section splitting - Interactive TOC sidebar with stack-style navigation - ASCII background patterns unique to each section - Scroll-based animations and highlighting - Mobile-responsive with hamburger menu - Black-and-white zine aesthetic 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
11
.vscode/launch.json
vendored
Normal file
11
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"command": "./node_modules/.bin/astro dev",
|
||||
"name": "Development server",
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user