Personal Website - Justin Jin / jjin43
\lib\site-config.ts - personal site information (title, keywords, etc).
\lib\data.ts - data entries for components.
\public\files\resume.pdf - downloadable resume.
Clone the repo and install needed packages with:
npm installThen create .env file with the link:
SITE_URL='https://example.com'
# Optionally, verify on Google Search Console for faster indexing.
GOOGLE_SITE_VERIFICATION_ID=''
## Required to generate sitemap by next-sitemapThen start the project on the local server with:
npm run devand view page at http://localhost:3000.
Finally, deploy to github pages with:
npm run deploy
## verify that /out exists in root dir after build step- Next.js
- TypeScript
- Tailwind CSS