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

https://github.com/zkemail/email-signer-frontend


https://github.com/zkemail/email-signer-frontend

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

# Email Signer frontend

## Setup

```bash
pnpm install
```

## Environment variables

```bash
cp .env.example .env
```

Edit the `.env` file with your own values.

## Run

```bash
pnpm run dev
```