An open API service indexing awesome lists of open source software.

https://github.com/zkemail/paytox

Tip any social media handle!
https://github.com/zkemail/paytox

Last synced: about 1 month ago
JSON representation

Tip any social media handle!

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
```