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

https://github.com/clerk/og.new


https://github.com/clerk/og.new

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# og.new

## Development

Set the required environment variables in your `.env.local`:

```
NEXT_PUBLIC_BASE_URL=http://localhost:3000
NEXT_PUBLIC_API_URL=http://localhost:3000/api
```

Install the dependencies and run the app:

```shell
pnpm i
pnpm run dev
```

## Credits

Many thanks to [Fady](https://github.com/fadymak), the original creator of this OG image editor.