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. 致力于打造一个全新的、开源的创作者社区
- Host: GitHub
- URL: https://github.com/unickcheng/new-world
- Owner: UNICKCHENG
- License: agpl-3.0
- Created: 2023-08-09T02:10:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T11:44:22.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T12:11:20.031Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```