Welcome to the IT Initiative Hub repository! This is the central source of documentation, resources, and updates for our team.
This site is built with Docusaurus, a modern static-site generator.
Live site: https://mukarram-one.github.io/IT-Initiative-Hub/
If you're a developer and want to run this locally:
-
Clone the repository:
git clone https://github.com/MUKARRAM-ONE/IT-Initiative-Hub.git cd IT-Initiative-Hub -
Install dependencies:
npm install
-
Run the development server:
npm run start
-
Open the site: Go to
http://localhost:3000in your browser.
You don't need to be a programmer to contribute! Here's how:
- Browse the Site: Go to the Documentation and Blog sections to see our current knowledge base.
- Edit Content: Every page has an "Edit this page" link at the bottom. Click it to propose changes directly on GitHub.
- Add a Guide: To add a new guide, create a
.mdfile in thedocs/folder. - Add a Blog Post: To add an update, create a
.mdfile in theblog/folder.
For a full guide, check out our Editing Content Guide.
docs/: All documentation files (guides, tutorials, etc.).blog/: All blog posts and updates.static/img/: Images used throughout the site.src/pages/: Custom React pages (like the homepage).docusaurus.config.ts: Site configuration (title, tagline, navigation).
npm run start: Starts the local development server.npm run build: Bundles your website into static files for production.npm run serve: Serves the built website locally.npm run typecheck: Runs TypeScript type checking.
We welcome contributions from everyone! Whether it's fixing a typo, adding a new guide, or improving the design, your help is appreciated.
Built with ❤️ by the IT Initiative Team.