Welcome to TacticalZero, a cutting-edge platform dedicated to cybersecurity, AI innovation, and defense strategies. This repository hosts the source code for our GitHub Pages deployment, accessible at:
🔗 Live Website: https://tacticalzero.github.io/
- 🛡️ Advanced Cybersecurity Insights
- 🤖 AI-Powered Defense Mechanisms
- 🔍 Threat Intelligence & Research
- ⚡ Fast & Lightweight Web Experience
- 🎨 Modern UI with Vite + React + TypeScript
To contribute or run the project locally, follow these steps:
git clone https://github.com/TacticalZero/TacticalZero.github.io.git
cd TacticalZero.github.io
npm install
npm run dev
This will start a local server for testing.
npm run build
The static files will be generated inside the dist
directory.
npm run deploy
📂 TacticalZero.github.io
├── 📁 public # Static assets (favicon, images, etc.)
├── 📁 src # Source code (React components, styles)
│ ├── 📁 components # Reusable UI components
│ ├── 📁 pages # Page components (Home, About, etc.)
│ ├── 📁 assets # Images, icons, and static assets
│ ├── 📜 main.tsx # Entry point
├── 📜 package.json # Dependencies & scripts
├── 📜 vite.config.ts # Vite configuration
├── 📜 README.md # Documentation
└── 📜 .gitignore # Ignored files
Check the latest deployment status under GitHub Actions: 🔗 GitHub Actions
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a new branch (
feature/new-feature
) - Make changes & commit (
git commit -m "Added new feature"
) - Push changes (
git push origin feature/new-feature
) - Open a Pull Request
This project is licensed under the MIT License. See LICENSE for details.
For inquiries, reach out via:
- 📧 Email: support@tacticalzero.com
- 🔗 Website: https://tacticalzero.github.io
- 🐦 Twitter: @TacticalZero
💻 Built with ❤️ by TacticalZero Team