The official website of the Omnikon open-source organization.
A modern, fast, and responsive platform that brings together Omnikon's projects, contributors, blogs, and community into one place.
π Live Website β’ GitHub β’ Discord β’ X β’ LinkedIn
Code. Create. Conquer.
The Omnikon Website is the official web platform for the Omnikon open-source organization.
Built with performance, scalability, and simplicity in mind, it serves as the central hub for the community by showcasing projects, contributors, blogs, announcements, and organization updates. The website integrates with GitHub and modern backend services to deliver dynamic content while maintaining a fast and responsive user experience.
Whether you're discovering Omnikon for the first time or contributing to one of our projects, this repository powers the experience that connects everything together.
- π Modern and responsive user interface
- π¦ Showcase of Omnikon projects
- π₯ Dynamic contributor profiles
- π Live GitHub organization statistics
- π Community blog platform
- π Secure authentication with Google and GitHub
- β‘ Real-time GitHub API integration
- π± Mobile-first responsive design
- π SEO-optimized production build
- π Fast builds powered by Vite
Clone the repository:
git clone https://github.com/Omnikon-Org/Website.git
cd WebsiteInstall dependencies:
npm installStart the development server:
npm run devOpen your browser and visit:
http://localhost:5173
- Node.js 18 or later
- npm 9 or later
npm installnpm run devnpm run buildnpm run preview| Command | Description |
|---|---|
npm run dev |
Starts the development server |
npm run build |
Builds the application for production |
npm run preview |
Previews the production build locally |
We welcome contributions from developers of all experience levels.
If you'd like to improve the website, fix a bug, or introduce a new feature, we'd love to review your contribution.
- Fork this repository.
- Create a new branch.
git checkout -b feature/your-feature- Commit your changes.
git commit -m "feat: add your feature"- Push your branch.
git push origin feature/your-feature- Open a Pull Request describing your changes.
Please keep pull requests focused, follow the existing coding style, and ensure your changes have been tested before submitting.
If you've found a bug or have an idea for an improvement, feel free to open an issue.
Stay connected with Omnikon.
- π Website: https://omnikon.org
- π» GitHub: https://github.com/Omnikon-Org
- π¬ Discord: https://discord.gg/yWtjK2Tb8T
- π¦ X (Twitter): https://x.com/OmnikonOrg
- πΌ LinkedIn: https://www.linkedin.com/company/omnikon-org
If you find this project useful, you can support it by:
- β Starring this repository
- π΄ Forking the project
- π Reporting bugs
- π‘ Suggesting new features
- π€ Contributing to the codebase
- π’ Sharing Omnikon with the community
Every contribution, whether it's code, documentation, or feedback, helps us improve the project.
This project is licensed under the MIT License.
See the LICENSE file for more information.