https://github.com/cs-magic-open/poketto
https://github.com/cs-magic-open/poketto
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cs-magic-open/poketto
- Owner: cs-magic-open
- Created: 2023-08-08T17:04:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T18:03:08.000Z (over 1 year ago)
- Last Synced: 2025-02-13T21:45:19.750Z (over 1 year ago)
- Language: TypeScript
- Size: 818 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poketto AI
## Todo
- [ ] initSystem after prisma initialized
## 配置
### 1. 环境变量
参考 `.env.sample` 里的配置一下 `.env`,一些是可选的,一些是必填的,不懂的要去对应平台查询配置使用。
### 2. 初始化
```shell
yarn
yarn prebuild
```
### 3. 开发模式启动
```shell
yarn dev
```
### 4. 生产模式启动
```shell
yarn build && yarn start
```
## Tech
- [Dev Notes](./__docs__/dev-notes.md)
- [BugFix](./__docs__/bugfix.md)
- [How To Config Nginx](./__docs__/nginx.md)
## ref
- powered by [T3 Stack](https://create.t3.gg/).