This project is built with Next.js and React, showcasing Samir Sharma's personal website.
- Getting Started
- Available Scripts
- Icons Information
- Vector Graphics Animations
- More Information
- License
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/samirrsharmaz/portfolio.git
- Navigate to the project directory:
cd portfolio
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 in your browser to view the website.
In the project directory, you can run the following scripts:
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.
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
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)
Starts the production server to serve the built app.
Open http://localhost:3000 to view it in the browser.
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
Runs the Next.js ESLint linter.
It will show lint errors in the console.
Generate a sitemap for the website.
It will generate a sitemap.xml file in the public directory.
Runs the Jest test runner on your tests.
It will show test results in the console.
💖 Icons are from Font Awesome, Devicon, and also Google Fonts.
✨ Vector Graphics Animations are from LottieFiles.
Please Read the Next.js Documentation. Also, Read the React.js Documentation.
This project is licensed under the MIT License. See the LICENSE file for details.