- You can clone it for free and make it your own, i hope this portfolio help you a lot for show your works and what you can do to the world, don't forget to starred this repo ok!
- First, clone the repository with github CLI / terminal or etc:
git clone https://github.com/DSQL-MONGKEY/Dportfolio.git-
Second, move to project directory and install all dependencies in terminal/git CLI, etc. but in some condition you're not working with pnpm you can actually use npm, yarn, or anything.
-
If you don't have pnpm yet, you can install it first with this command above:
npm install -g pnpm@latest-10
-
Run this command to install all dependecies in this project:
pnpm install- Aftrer installation done, you can run this command to run the project
pnpm dev- Makesure port 3000 is not used on other application Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
- You can customize the information about you mostly on "constant.tsx" file, but on several content you must edit directly in the related file
- Makesure you read the basic concept of Next.JS Framework to make you easily editing content and better understanding for "how something works", "how can it be there", and etc.
- Thankyou for using this portfolio template, i hope this repo would be help full for you!
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.