文件名称:fndr-web:用于fndr的Web界面,在浏览器而不是CLI中具有Jupiter连接器
文件大小:177KB
文件格式:ZIP
更新时间:2024-03-23 22:24:31
TypeScript
网络 用于 Web界面,可在浏览器而不是CLI中管理存储在 中的帐户。 今天,我们仅通过此UI支持Jupiter连接器,但将来会支持其他连接器。 要求 LTS(仅在进行开发时) 安装并运行 如果容器按预期方式启动,则您应该能够在浏览器中访问位于http://localhost:8000的Web服务器。 $ git clone https://github.com/whatl3y/fndr-web $ cd fndr-web $ npm install $ $ # run tests $ npm test $ $ # build app (also runs after making changes to source code) $ npm run build $ $ # file required to exist at a minimum, see below for more
【文件预览】:
fndr-web-master
----.gitignore(40B)
----Dockerfile(200B)
----package.json(2KB)
----package-lock.json(522KB)
----src()
--------passport()
--------bin()
--------libs()
--------config.ts(668B)
--------routes()
--------types.ts(46B)
----gulpfile.js(517B)
----docker-compose.dev.yml(447B)
----LICENSE(1KB)
----public()
--------jupiter.ico(25KB)
--------css()
----tsconfig.json(6KB)
----docker-compose.yml(205B)
----views()
--------base.pug(1KB)
--------show.pug(1KB)
--------logoutConfirmation.pug(666B)
--------add.pug(3KB)
--------index.pug(236B)
--------mixins()
--------includes()
----README.md(4KB)
----.env_sample(560B)