This is my personal website, built with Next.js and Tailwind CSS. It showcases my projects and work experience.
- Make sure you have Docker and Docker Compose installed.
- Build and start the container:
docker-compose up -d --build
- Visit http://localhost:3000 in your browser.
- Make sure you have Node.js and npm installed.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Visit http://localhost:3000 in your browser.