Welcome to my portfolio website GitHub repository! This website was built using React, Next.js and Sanity as the backend, Tailwind CSS for styling and Framer Motion for animations. Deployment was done using Vercel and the website is live on yesithasathsara.app.
To get started with this repository, you'll need to have Node.js and npm (or yarn) installed on your machine.
- Clone this repository to your local machine by running
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
in your terminal. - Change into the repository directory by running
cd YOUR-REPOSITORY
. - Install the project dependencies by running
npm install
(oryarn install
). - Start the development server by running
npm run dev
(oryarn dev
). - The website should now be running on http://localhost:3000.
This website was deployed using Vercel and is live on yesithasathsara.app. If you want to deploy it to your own domain, you can follow the instructions provided by Vercel to connect your GitHub repository and deploy the website.
- React - JavaScript library for building user interfaces
- Next.js - Framework for building server-rendered React applications
- Sanity - Headless CMS for structured content
- Tailwind CSS - Utility-first CSS framework for building responsive and mobile-first websites
- Framer Motion - Animation library for React
- Vercel - Platform for deploying web projects