Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardodalinky/ayajiweb
AyajiWeb 网站前端
https://github.com/leonardodalinky/ayajiweb
Last synced: 29 days ago
JSON representation
AyajiWeb 网站前端
- Host: GitHub
- URL: https://github.com/leonardodalinky/ayajiweb
- Owner: leonardodalinky
- License: mit
- Created: 2021-02-07T16:54:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T08:06:21.000Z (about 1 year ago)
- Last Synced: 2024-10-28T04:48:16.876Z (3 months ago)
- Language: TypeScript
- Homepage: https://ayajike.xyz/
- Size: 845 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AyajiWeb
个人自制的网站,目前后端仍处于 demo 阶段,因此暂时仅仅开放前端。
初衷为检测 V2ray 节点运行,并更新状态以及分享 Vmess 码。
目前部署在 [Ayaji Website](https://ayajike.xyz)
## 运行方式
首先确保电脑中已经装有 nodejs 环境。
本地运行:
```
npm start
```本地构建:
```
npm run build
```## 部署方式
具体部署方式请自行谷歌,推荐使用 nginx 等负载均衡网络服务器部署,方便快捷。
## 功能特性
目前支持的特性不多:
* V2ray 节点状态查询
* 首页接入 [一言](https://hitokoto.cn/) 接口,自动获取一句话
* 简单的登录功能
* TODO
## Licence
遵循 MIT 协议。