https://github.com/monte9/nextjs-starter-template
Started template for Next.js + TailwindCSS + NextThemes
https://github.com/monte9/nextjs-starter-template
Last synced: over 1 year ago
JSON representation
Started template for Next.js + TailwindCSS + NextThemes
- Host: GitHub
- URL: https://github.com/monte9/nextjs-starter-template
- Owner: Monte9
- Created: 2021-05-06T14:36:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T15:00:36.000Z (about 5 years ago)
- Last Synced: 2025-01-23T00:26:47.260Z (over 1 year ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 1
- Watchers: 3
- 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)