https://github.com/zkemail/ens-dashboard
https://github.com/zkemail/ens-dashboard
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zkemail/ens-dashboard
- Owner: zkemail
- Created: 2025-09-18T09:23:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-06-09T15:50:28.000Z (about 2 months ago)
- Last Synced: 2026-06-09T17:27:20.587Z (about 2 months ago)
- Language: TypeScript
- Size: 2.41 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ens Integration
## Getting Started
### Prerequisites
- [Bun](https://bun.sh/) - Fast all-in-one JavaScript runtime
### Installation
Install dependencies:
```sh
bun install
```
### Development
Start the dev server:
```sh
bun run dev
```
The app runs at http://localhost:5173 by default.
### Build
Create a production build:
```sh
bun run build
```
Outputs to `dist/`.
### Preview
Preview the production build locally:
```sh
bun run preview
```
Serves at http://localhost:4173 by default.
### Lint
```sh
bun run lint
```