https://github.com/open-web3-stack/jam-dashboard
https://github.com/open-web3-stack/jam-dashboard
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-web3-stack/jam-dashboard
- Owner: open-web3-stack
- Created: 2024-10-18T08:56:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T04:04:53.000Z (over 1 year ago)
- Last Synced: 2024-10-24T17:42:52.598Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://open-web3-stack.github.io/jam-dashboard/
- Size: 315 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, run the development server:
```bash
pnpm i
pnpm dev
```
## Dev
Shadcn generated components
- Components under `components/ui` are generated by [shadcn](https://github.com/shadcn/ui), we don't need to modify them in most cases.