Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakezneal/lnhd
https://github.com/jakezneal/lnhd
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakezneal/lnhd
- Owner: jakezneal
- Created: 2024-02-04T16:15:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T01:03:34.000Z (9 months ago)
- Last Synced: 2024-06-13T11:06:38.153Z (5 months ago)
- Language: TypeScript
- Homepage: https://lnhd.vercel.app
- Size: 403 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lnhd
## ✔️ Tech Stack:
- [React](https://react.dev/) + TypeScript
- [Next.js](https://nextjs.org)
- [Vitest](https://github.com/vitest-dev/vitest) + [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)
- [Storybook](https://github.com/storybookjs/storybook)---
#### 📚 Storybook:
```
pnpm storybook
```#### ✅ Tests:
```
pnpm test
```#### 🛠️ Lint:
```
pnpm lint
```#### ⚡️ Dev:
```
pnpm dev
```#### 📦 Build:
```
pnpm build
```