https://github.com/roblesdotdev/prom-challenge
Promarketing Code Challenge
https://github.com/roblesdotdev/prom-challenge
nextjs tailwindcss typescript
Last synced: 2 months ago
JSON representation
Promarketing Code Challenge
- Host: GitHub
- URL: https://github.com/roblesdotdev/prom-challenge
- Owner: roblesdotdev
- Created: 2023-07-19T14:42:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T14:06:04.000Z (almost 3 years ago)
- Last Synced: 2025-03-03T08:44:52.176Z (over 1 year ago)
- Topics: nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://prom-challenge.vercel.app/design-demo
- Size: 172 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Stack
- Next.js
- Typescript
- TailwindCSS
- Class Variance Authority
- Radix UI
- Lucide Icons
- Eslint
- Prettier
- Husky
## Dev
```
pnpm install
pnpm dev
```
## Prod
```
pnpm build
pnpm start
```