Skip to content

riddhesh-mahajan/portfolio_2023

Repository files navigation

Portfolio 2023

Welcome to Portfolio 2023! This is a personal portfolio project built using Next.js and Tailwind CSS.

Project Screenshot

Live preview

Open Live Preview

Technologies Used

  • Next.js: A React framework that enables functionality like server-side rendering and generating static websites.
  • Tailwind CSS: A utility-first CSS framework for building modern and responsive user interfaces.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/riddhesh-mahajan/portfolio_2023.git
  2. Install dependencies:

    cd portfolio_2023
    yarn install
  3. Set environment variables:

    Create a .env.local file based on the provided .env.example. Update the variables as needed.
    

Available Scripts

In the project directory, you can run the following Yarn scripts:

  • yarn dev: Starts the development server.
  • yarn build: Builds the application for production.
  • yarn start: Starts the production server.
  • yarn lint: Runs Next.js linting.
  • yarn test: Runs tests using Vitest.
  • yarn testcoverage: Runs tests with coverage using Vitest.
  • yarn testui: Runs UI tests using Vitest.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as you see fit.