The frontend for the OmniCore Framework, built with Astro and Tailwind CSS.
This project is for educational and ethical cybersecurity purposes only. Any unauthorized use of this software for illegal activities is strictly prohibited. The authors are not responsible for any misuse or damage caused by this software.
- Framework: Astro (v6)
- Styling: Tailwind CSS (v4)
- Visualization: Three.js
- Language: TypeScript
- CI/CD: GitHub Actions
src/components/: Modular UI components (Layout, Sections, Visuals).docs/: Technical documentation and architecture.tests/: Automated testing suite.public/: Static assets (Logos, Icons).
-
Clone the repository:
git clone https://github.com/yourusername/omnicore-website.git
-
Install dependencies:
npm install
-
Configure environment:
cp .env.example .env
-
Start the development server:
npm run dev
- Lint:
npm run lint - Format:
npm run format - Test:
npm run test - Build:
npm run build
We welcome contributions! Please follow these steps:
- Fork the project.
- Create a Feature Branch (
git checkout -b feature/AmazingFeature). - Commit your changes using Conventional Commits.
- Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
Generated by Antigravity - Senior Software Engineer