Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scriptscat/scriptlist-frontend
脚本猫脚本站前端页面,与世界分享你的脚本
https://github.com/scriptscat/scriptlist-frontend
scriptcat userscript
Last synced: 3 months ago
JSON representation
脚本猫脚本站前端页面,与世界分享你的脚本
- Host: GitHub
- URL: https://github.com/scriptscat/scriptlist-frontend
- Owner: scriptscat
- License: gpl-3.0
- Created: 2021-06-06T07:28:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T03:25:16.000Z (5 months ago)
- Last Synced: 2024-08-22T04:36:11.853Z (5 months ago)
- Topics: scriptcat, userscript
- Language: TypeScript
- Homepage: https://scriptcat.org/search
- Size: 3.1 MB
- Stars: 13
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scriptlist
> 脚本猫,脚本站## 运行
```bash
npm i
# 复制环境变量, 如果你不开发后端的话, 直接复制 .env.production 即可
cp .env.production .env
# dev
npm run dev
# build
npm run build
```