Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mateonunez/website

Personal website made with Next.js and Tailwind. The website uses the new Next.js router and includes a Spotify and GitHub integration, a blog made with MDX, and is fully SEO friendly.
https://github.com/mateonunez/website

appdir javascript mdx nextjs portfolio reactjs spotify tailwindcss website

Last synced: 12 days ago
JSON representation

Personal website made with Next.js and Tailwind. The website uses the new Next.js router and includes a Spotify and GitHub integration, a blog made with MDX, and is fully SEO friendly.

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:

```bash
corepack enable
```

Install dependencies:

```bash
yarn 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).