Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baizeteam/baize-toolbox-web
白泽工具箱官网
https://github.com/baizeteam/baize-toolbox-web
nextjs tailwindcss
Last synced: about 2 months ago
JSON representation
白泽工具箱官网
- Host: GitHub
- URL: https://github.com/baizeteam/baize-toolbox-web
- Owner: baizeteam
- License: mit
- Created: 2024-04-17T16:43:01.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T16:08:51.000Z (6 months ago)
- Last Synced: 2024-06-17T18:13:36.776Z (6 months ago)
- Topics: nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://baize.plume.vip
- Size: 472 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 开始
在根目录下新增`.env.local`文件,token可以在https://github.com/settings/tokens 中进行申请,申请旧版本的tokens(classic),然后勾选上`repo`中的`public_repo`即可。
PS:如果还勾选了其他选项则需要注意保存好token,不要泄露,否则别人可以通过该token操作你的`github`。
```
GITHUB_TOKEN=你的github token
GITHUB_OWNER=sulgweb
GITHUB_REPO=baize-toolbox
```然后安装包,并启动
```bash
#安装
pnpm i
#启动
pnpm run dev
```访问地址[http://localhost:3000](http://localhost:3000)