Skip to content

SamirRSharma/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is built with Next.js and React, showcasing Samir Sharma's personal website.

Table of Contents

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/samirrsharmaz/portfolio.git
  2. Navigate to the project directory: cd portfolio
  3. Install the dependencies: npm install
  4. Start the development server: npm run dev
  5. Open http://localhost:3000 in your browser to view the website.

Available Scripts

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

npm run dev

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the .next folder using default Next.js build config.
It correctly bundles Next.js and optimizes the build for the best performance.

or

npm run build-webpack

Build the app for production to the .next folder using a custom config webpack.
This is useful if you want to use webpack plugins to optimize the build.(Optional)

npm start

Starts the production server to serve the built app.
Open http://localhost:3000 to view it in the browser.

next export

Exports the app to static HTML, which can be run without a Node.js server.
The exported app will be in the out folder.

Note: if you want to use export as static site, then disable the image optimization in next.config.js

npm run lint

Runs the Next.js ESLint linter.
It will show lint errors in the console.

npm run sitemap

Generate a sitemap for the website.
It will generate a sitemap.xml file in the public directory.

npm run test

Runs the Jest test runner on your tests.
It will show test results in the console.

Icons Information

💖 Icons are from Font Awesome, Devicon, and also Google Fonts.

Vector Graphics Animations

✨ Vector Graphics Animations are from LottieFiles.

More Information

Please Read the Next.js Documentation. Also, Read the React.js Documentation.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Happy Coding! 😊

Big thanks to the goat Muhammad Fiaz

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published