Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mateonunez/website
- Owner: mateonunez
- License: cc-by-4.0
- Created: 2021-11-05T15:45:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T09:51:52.000Z (about 2 months ago)
- Last Synced: 2024-10-18T06:27:04.361Z (21 days ago)
- Topics: appdir, javascript, mdx, nextjs, portfolio, reactjs, spotify, tailwindcss, website
- Language: JavaScript
- Homepage: https://mateonunez.dev
- Size: 9.06 MB
- Stars: 63
- Watchers: 4
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).