An open API service indexing awesome lists of open source software.

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

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)