https://github.com/noclocks/demo-website-nextjs
Sandbox Website in Next.js
https://github.com/noclocks/demo-website-nextjs
Last synced: 3 months ago
JSON representation
Sandbox Website in Next.js
- Host: GitHub
- URL: https://github.com/noclocks/demo-website-nextjs
- Owner: noclocks
- License: unlicense
- Created: 2024-05-15T20:09:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T20:19:52.000Z (over 1 year ago)
- Last Synced: 2024-12-04T11:38:06.470Z (11 months ago)
- Language: TypeScript
- Size: 14.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - noclocks/demo-website-nextjs - Sandbox Website in Next.js (TypeScript)
README
# Sandbox Next.js Website Demo
> [!WARNING]
> This repository is meant for experimental and learning purposes only.
> [!NOTE]
> 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.
## Screenshots
### Header

### Services Section

### Footer

## License
Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md).