Skip to content

ByteCrak07/portfolio

Repository files navigation

Abil's Portfolio Website

This repository contains the source code for Abil's personal portfolio website. The website is built using Next.js, a popular React framework for building server-rendered applications. It is styled using Tailwind CSS.

Contents

Installation

To run the website locally, you need to have Node.js and pnpm (Package Manager) installed on your machine. Follow these steps to get started:

  1. Clone this repository to your local machine using the following command:
git clone https://github.com/ByteCrak07/portfolio.git
  1. Navigate to the project directory:
cd portfolio-website
  1. Install the dependencies:
pnpm install

Usage

To start the development server and run the website locally, use the following command:

pnpm run dev

This will start the development server on http://localhost:3000. Open your web browser and visit this URL to see the website.

Deployment

To deploy the website to a production environment, you can follow these steps:

  1. Build the optimized production-ready version of the website:
pnpm run build
  1. Start the production server:
pnpm start

License

This project is licensed under the MIT License. Feel free to use and modify the code as per your needs.