Skip to content

Latest commit

Β 

History

History
84 lines (53 loc) Β· 1.66 KB

File metadata and controls

84 lines (53 loc) Β· 1.66 KB

NexaTech Rwanda

Project Information

This project is built using modern web technologies to deliver a fast, responsive, and professional digital experience for NexaTech Rwanda.

πŸš€ Tech Stack

  • Vite – lightning-fast frontend tooling
  • React – modern UI library
  • TypeScript – type-safe development
  • Tailwind CSS – utility-first styling
  • shadcn-ui – accessible UI components
  • Framer Motion – smooth and elegant animations

πŸ“ Editing the Project

You can edit this project using any of the following methods:

1. Local Development (Recommended)

# Clone the repository
git clone <YOUR_GIT_URL>

# Enter project directory
cd <YOUR_PROJECT_NAME>

# Install dependencies
npm install

# Start development server
npm run dev

The app will automatically reload when you make changes.

2. Edit Directly on GitHub

  • Open any file in the repo
  • Click the pencil icon to edit
  • Commit your changes

3. GitHub Codespaces

  • Go to the repo β†’ Code β†’ Codespaces
  • Create a new Codespace
  • Start editing with a full online VS Code environment

🌐 Deployment

This project can be deployed to any modern hosting provider (Vercel, Netlify, Cloudflare, etc.). Build the production bundle with:

npm run build

Then deploy the dist folder.


πŸ›  Features

  • Clean, modern UI
  • Smooth animations
  • Responsive design
  • Easy to customize
  • Fast development environment

🀝 Contributing

Pull requests are welcome! Feel free to fork this project and submit improvements.


πŸ“„ License

This project is licensed under your preferred license (MIT recommended).