https://github.com/onlook-dev/dog
Woof
https://github.com/onlook-dev/dog
Last synced: 11 months ago
JSON representation
Woof
- Host: GitHub
- URL: https://github.com/onlook-dev/dog
- Owner: onlook-dev
- Created: 2024-10-15T15:39:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T17:41:19.000Z (about 1 year ago)
- Last Synced: 2025-01-10T10:44:52.498Z (about 1 year ago)
- Language: TypeScript
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Onlook Starter Template
This is an [Onlook](https://onlook.dev/) project set up with [Next.js](https://nextjs.org/), [TailwindCSS](https://tailwindcss.com/) and [ShadCN](https://ui.shadcn.com).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) in Onlook to see the result.