Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishekrawe/nextjs-portfolio
https://github.com/abhishekrawe/nextjs-portfolio
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhishekrawe/nextjs-portfolio
- Owner: abhishekrawe
- Created: 2023-02-12T18:46:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T20:47:15.000Z (almost 2 years ago)
- Last Synced: 2023-08-27T15:42:39.044Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://next-js-portfolio-blond-nu.vercel.app
- Size: 21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ❄️NextJs Portfolio Assignment
# 📌depolyed link [here](https://next-js-portfolio-blond-nu.vercel.app/).
## 🃏Glimse of Project
https://user-images.githubusercontent.com/65603830/218334244-d2e1264a-359e-4e2a-8316-218bd3e2eca5.mp4# 🔽[FRONTEND](https://github.com/abhishekrawe/NextJs-portfolio)
- For Running this repository on local
- Frontend - cd to NextJs-portfolio > npm install > npm run dev# 🙅♂️You need to add your own github personal-access-token , why ?
- Because i am using here a Github API that can show your repository .
- Where to add - on clqu.config.js file
```
module.exports = {
name: 'Abhishek Rawe',
version: '3.0.0',
githubName: 'abhishekrawe',
githubKey: "YOUR OWN ACCESS TOKEN",
email: '[email protected]',
errors: {
404: "This page could not be found.",
500: "An error occurred while processing your request."
}
}```
✅After successsfully adding your token you will see on -
"My Repository" section your own Repsoitory Summary , something like this ⬇️
![image](https://user-images.githubusercontent.com/65603830/218333529-c7841bf5-ff9f-4996-8a8b-14cc86bace03.png)# 🙋♂️How to create new personal-access-token ?
# [Here is the Blog to genrate Token](https://docs.github.com/en/[email protected]/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)