Initial Commit - BlackRoad Pitstop Secure Portal 🔐
BlackRoad OS, Inc. - Secure authentication gateway Features: 🔐 Login system with session management 📊 Dashboard with file access to all metaverse systems 🎨 Beautiful glass morphism UI ⚡ 24-hour session duration 🌌 Access to 18 BlackRoad OS systems 📁 32 files accessible after login Files: - index.html: Beautiful login page with animated starfield - dashboard.html: Protected file dashboard with stats - README.md: Complete documentation - wrangler.toml: Cloudflare Pages configuration - package.json: Project metadata - .gitignore: Git ignore rules Default credentials (change before production): - Username: alexa / Password: blackroad2025 - Username: admin / Password: blackroad2025 Ready to deploy to pitstop.blackroad.io © 2025 BlackRoad OS, Inc. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnpm-store/
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
.output/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
|
||||
# Wrangler
|
||||
.wrangler/
|
||||
wrangler-state/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Temporary files
|
||||
.tmp/
|
||||
tmp/
|
||||
Reference in New Issue
Block a user