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

https://github.com/unickcheng/new-world

Devoted to building a new creative community. 致力于打造一个全新的、开源的创作者社区
https://github.com/unickcheng/new-world

Last synced: 8 months ago
JSON representation

Devoted to building a new creative community. 致力于打造一个全新的、开源的创作者社区

Awesome Lists containing this project

README

          

> Fork https://github.com/adrianhajdin/threads

Configuring the .env

- Register https://clerk.com

```
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=******************
CLERK_SECRET_KEY=******************
MONGODB_URL=mongodb://:@:
```

Running

```
pnpm install
pnpm run dev
```