Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattrichmo/mattrichmov2
https://github.com/mattrichmo/mattrichmov2
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattrichmo/mattrichmov2
- Owner: mattrichmo
- Created: 2024-05-22T03:30:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T04:13:13.000Z (8 months ago)
- Last Synced: 2024-05-23T04:39:38.350Z (8 months ago)
- Language: JavaScript
- Homepage: https://mattrichmov2.vercel.app
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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
- Next.js 13 App Directory
- Radix UI Primitives
- Tailwind CSS
- Icons from [Lucide](https://lucide.dev)
- Dark mode with `next-themes`
- Tailwind CSS class sorting, merging and linting.## License
Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md).
# mattrichmov2