https://github.com/clerk/og.new
https://github.com/clerk/og.new
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/clerk/og.new
- Owner: clerk
- License: mit
- Created: 2024-12-21T19:38:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T21:16:58.000Z (over 1 year ago)
- Last Synced: 2025-04-02T07:41:31.001Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://og-new.clerkstage.dev
- Size: 5.1 MB
- Stars: 111
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.