https://github.com/andresmarpz/website
🧑🏻 Personal webpage
https://github.com/andresmarpz/website
mdx nextjs portfolio react website
Last synced: 5 months ago
JSON representation
🧑🏻 Personal webpage
- Host: GitHub
- URL: https://github.com/andresmarpz/website
- Owner: andresmarpz
- Created: 2021-07-02T18:36:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-09T23:26:18.000Z (8 months ago)
- Last Synced: 2025-11-10T01:13:42.842Z (8 months ago)
- Topics: mdx, nextjs, portfolio, react, website
- Language: TypeScript
- Homepage: https://andrs.me
- Size: 9.92 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# next-template
A Next.js 13 template for building apps with Radix UI and Tailwind CSS.
## Usage
```bash
npx create-next-app -e https://github.com/shadcn/next-template
```
## Features
- Radix UI Primitives
- Tailwind CSS
- Fonts with `next/font`
- Icons from [Lucide](https://lucide.dev)
- Dark mode with `next-themes`
- Automatic import sorting with `@ianvs/prettier-plugin-sort-imports`
- Tailwind CSS class sorting, merging and linting.
## License
Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md).