Welcome to the official website of CodeCelix — a modern software development startup dedicated to building smart, scalable, and secure digital solutions. This website serves as our digital identity where we showcase our services, portfolio, team, and contact info.
🚀 Built using React + Vite for blazing-fast performance and modern developer experience.
- ⚛️ React (Latest)
- ⚡ Vite (Fast bundler & dev server)
- 🎨 CSS / BootStrap / Tailwind CSS (or other styling framework)
- 🔗 Git + GitHub (for version control)
- cd CodeCelix_Official_Website
- npm i (to install all dependencies)
- npm run dev
- So Simple
- Click the "Fork" button on the top right of this repo to create a copy under your GitHub account.
- git clone https://github.com/your-username/codecelix-website.git
- cd codecelix-website
- git checkout -b feature/your-feature-name (your branch)
- git add .
- git commit -m "feat: Add navbar section"
- git push origin feature/your-feature-name
- Go to your forked repo on GitHub
- Click “Compare & pull request”
- Set base repository to CodeCelix/codecelix-website and base branch to main
- Add a meaningful title and description
- Click “Create pull request”
I will review your PR, suggest changes if needed, and merge it after approval.
- If you're not already inside your project folder, go to it: (cd CodeCelix_Official_Website)
- Add the Main Repo as "Upstream" (Only once do this) i.e., (git remote add upstream https://github.com/QasimFullStackDeveloper/CodeCelix_Official_Website.git)
- You can check if it worked: (git remote -v)
- git fetch upstream
- git checkout main
- git merge upstream/main
- git push origin main
- Now go back to the branch you were working in: (git checkout feature/your-feature-name)
- git merge main