Skip to content

My Resume in 2023 using Next.js, Typescript, Styled-components

License

Notifications You must be signed in to change notification settings

devsubid/Resume

Repository files navigation

Welcome to the Resume-2023 repository! Resume-2023 is a visually stunning resume website built using Next.js, TypeScript, and Styled-Components. It serves as a source of inspiration for individuals looking to create their own resumes. The project is a front-end development endeavor and can be found on GitHub.

Getting Started

To get started, you can simply clone this repository and install the dependencies.

Cloning the Repository

To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:

git clone https://github.com/itsme-Subid/Resume-2023.git

Running the Project

To run the project, you will need to have Node.js and npm or yarn or pnpm installed on your machine. Once you have those, you can use the following commands:

cd Resume-2023
yarn
yarn run dev

or, if you are using npm:

cd Resume-2023
npm install
npm run dev

or, if you are using pnpm:

cd Resume-2023
pnpm install
pnpm run dev

This will start the development server and you should be able to see the website by visiting http://localhost:3000 in your browser.

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details