https://github.com/luillyfe/wander-ease
https://github.com/luillyfe/wander-ease
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luillyfe/wander-ease
- Owner: luillyfe
- Created: 2025-02-15T01:48:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T14:17:16.000Z (over 1 year ago)
- Last Synced: 2025-02-16T15:27:43.313Z (over 1 year ago)
- Language: TypeScript
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.