https://github.com/monte9/portfolio-website
Monte Thakkar - Portfolio Website
https://github.com/monte9/portfolio-website
nextjs portfolio reactjs vercel
Last synced: 4 months ago
JSON representation
Monte Thakkar - Portfolio Website
- Host: GitHub
- URL: https://github.com/monte9/portfolio-website
- Owner: Monte9
- Created: 2021-04-30T10:05:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T02:49:20.000Z (over 4 years ago)
- Last Synced: 2025-03-16T12:42:43.005Z (over 1 year ago)
- Topics: nextjs, portfolio, reactjs, vercel
- Language: JavaScript
- Homepage: https://www.monte9.com
- Size: 4.15 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Portfolio Website
This is the website that powers [monte9.com](https://www.monte9.com/) & [montethakkar.com](https://www.montethakkar.com/).
Built on [Next.js](https://nextjs.org/) and deployed to the cloud via [Vercel](https://vercel.com/).
## Getting Started
```
# Clone the repo
git clone git@github.com:Monte9/portfolio-website.git
cd portfolio-website
# Install NPM modules
yarn
# Run the development server
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) on your browser to see the website.
## Deployment
Deployed on Vercel: https://vercel.com/monte9/portfolio-website
## References
- [Guillermo Rauch Blog Repo](https://github.com/rauchg/blog)
- [Add Fathom Analytics](https://vercel.com/guides/deploying-nextjs-using-fathom-analytics-with-vercel)