This is the source code for my personal website, kavishkadinajara.com, where I showcase my projects, skills, and blog posts. It is built with Next.js 14, a React framework that provides powerful features like server-side rendering, static site generation, and API routes. The website also uses Next UI, a beautiful, fast, and modern React UI library for a stunning design, and Tailwind CSS, a utility-first CSS framework for fast styling.
To run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/kavishkadinajara/kavishkadinajara.com.git
- Navigate to the project directory:
cd kavishkadinajara.com
- Install the dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the website
This project is deployed on Vercel, a platform designed for Next.js applications. To deploy your own version, follow these steps:
- Fork this repository on GitHub
- Sign up for a free account on Vercel
- Connect your GitHub account to Vercel
- Import your forked repository as a new project on Vercel
- Configure the environment variables and settings as needed
- Deploy your project and enjoy your website