DiorSolutions is a modern, high-performance web platform crafted with precision and creativity.
It showcases cutting-edge UI/UX, lightning-fast load times, and a clean, professional design — built to inspire and empower developers, designers, and businesses.
Where design meets engineering — turning ideas into reality.
- ⚡ Blazing Fast – Powered by Next.js for optimal performance
- 🎨 Elegant UI – Tailored design with pixel-perfect details
- 📱 Fully Responsive – Works seamlessly across all devices
- 🛠 Developer-Friendly – Easy to customize and extend
- 🚀 Production Ready – Optimized for deployment from day one
Check it out here: diorsolutions.site
First, Clone this repo to your local:
# get source code
git clone https://github.com/diorsolutions/portfolio
# select your local cloned folder
cd {your-project-folder}
# install packages & modules
npm install
# if you use the pnpm to intstall packages & modules
pnpm install
Second, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.