Personal projects hosted at https://safetyarcher.com
This repository hosts multiple applications and tech stacks for my personal website. The domain and DNS are managed through Cloudflare.
SafetyDev/
├── www/ # Static home page for TLD (safetyarcher.com)
│ ├── index.html
│ ├── styles.css
│ └── script.js
├── apps/ # Subdomain applications
│ └── [future apps] # .NET web apps, APIs, etc.
├── docs/ # Documentation
│ └── CLOUDFLARE_SETUP.md # Cloudflare configuration guide
└── README.md # This file
- URL: https://safetyarcher.com
- Location:
/www - Tech Stack: HTML, CSS, JavaScript
- Hosting: Cloudflare Pages
Future applications will be added to the /apps directory. Each application may use different tech stacks:
- .NET web applications
- Node.js APIs
- Python services
- And more...
cd www
python -m http.server 8000
# OR
npx http-serverNavigate to http://localhost:8000
-
Create a new directory under
apps/:mkdir apps/my-new-app
-
Add a
README.mdwith setup instructions -
Develop your application with your chosen tech stack
-
Configure subdomain in Cloudflare (see Cloudflare Setup Guide)
- Deployed via Cloudflare Pages
- Automatic deployment from
mainbranch - See Deployment Guide for step-by-step instructions
- See www/README.md for local development
Each application has its own deployment strategy based on its tech stack. Refer to:
- Deployment Guide for platform-specific instructions
- Individual app READMEs for application-specific details
Domain and DNS are managed through Cloudflare. See the Cloudflare Setup Guide for detailed configuration instructions.
This repository is designed to support multiple technology stacks:
- ✅ Static HTML/CSS/JavaScript
- 🔜 .NET (C#)
- 🔜 Node.js
- 🔜 Python
- 🔜 Any other stack as needed
This is a personal project repository. If you have suggestions or find issues, feel free to open an issue.
© SafetyArcher. All rights reserved.