https://github.com/mateonunez/website
Personal website and blog made with Next.js and Tailwind. Fully SEO friendly, OpenGraph first, Spotify and GitHub integration, custom terminal, and more.
https://github.com/mateonunez/website
blog github javascript mdx nextjs opengraph portfolio reactjs shadcn-ui spotify tailwindcss typescript website
Last synced: 26 days ago
JSON representation
Personal website and blog made with Next.js and Tailwind. Fully SEO friendly, OpenGraph first, Spotify and GitHub integration, custom terminal, and more.
- Host: GitHub
- URL: https://github.com/mateonunez/website
- Owner: mateonunez
- License: cc-by-4.0
- Created: 2021-11-05T15:45:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-28T15:44:53.000Z (about 1 month ago)
- Last Synced: 2026-02-28T18:23:55.740Z (about 1 month ago)
- Topics: blog, github, javascript, mdx, nextjs, opengraph, portfolio, reactjs, shadcn-ui, spotify, tailwindcss, typescript, website
- Language: TypeScript
- Homepage: https://mateonunez.co
- Size: 12.1 MB
- Stars: 80
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Website
[](https://vercel.com/deployments/mateonunez-website)
[](https://nextjs.org/)
[](https://reactjs.org/)
[](https://github.com/mateonunez/mateonunez-website)
## Getting Started
Activate corepack:
```
corepack enable
```
Install dependencies:
```
pnpm install
```
Open [http://localhost:3000/](http://localhost:3000/). Pages will live-refresh when source files are changed.
> Note: remember to set your environment variables in a `.env.local` file.
## License
Site content is licensed under the [CC-BY-4.0](LICENSE), which means that you can copy, redistribute, remix, transform, and build upon the content for any purpose as long as you give appropriate credit.
All other source in this repository is licensed under the [MIT](LICENSE-SOURCE).