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

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.

Awesome Lists containing this project

README

          

# Personal Website

[![Vercel deployment](https://img.shields.io/github/deployments/mateonunez/mateonunez-website/production?label=vercel&logo=vercel&logoColor=white)](https://vercel.com/deployments/mateonunez-website)
[![Next.js version](https://img.shields.io/github/package-json/dependency-version/mateonunez/mateonunez-website/next/main?color=F59E0B&label=next.js&logo=nextdotjs&logoColor=white)](https://nextjs.org/)
[![React version](https://img.shields.io/github/package-json/dependency-version/mateonunez/mateonunez-website/react/main?color=61dafb&label=react&logo=reactjs&logoColor=white)](https://reactjs.org/)
[![GitHub repo size](https://img.shields.io/github/repo-size/mateonunez/mateonunez-website?color=f48041&label=repo%20size&logo=git&logoColor=white)](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).