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 shadcn-ui spotify tailwindcss typescript website
Last synced: 22 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T23:36:16.000Z (29 days ago)
- Last Synced: 2025-04-02T13:52:24.341Z (29 days ago)
- Topics: appdir, javascript, mdx, nextjs, portfolio, reactjs, shadcn-ui, spotify, tailwindcss, typescript, website
- Language: TypeScript
- Homepage: https://mateonunez.dev
- Size: 7.13 MB
- Stars: 68
- Watchers: 3
- Forks: 8
- Open Issues: 6
-
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).