Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scriptscat/scriptlist-frontend

脚本猫脚本站前端页面,与世界分享你的脚本
https://github.com/scriptscat/scriptlist-frontend

scriptcat userscript

Last synced: 3 months ago
JSON representation

脚本猫脚本站前端页面,与世界分享你的脚本

Awesome Lists containing this project

README

        

# Scriptlist
> 脚本猫,脚本站

## 运行

```bash
npm i
# 复制环境变量, 如果你不开发后端的话, 直接复制 .env.production 即可
cp .env.production .env
# dev
npm run dev
# build
npm run build
```