8000 GitHub - rongfengliang/ui: User interface for fn project.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rongfengliang/ui

 
 

Repository files navigation

UI for Fn CircleCI

Usage

Start an fn server

fn start

Start the UI:

docker run --rm -it --link functions:api -p 4000:4000 -e "API_URL=http://api:8080" fnproject/ui

Screenshots

All apps view:

All functions in an app:

Development

1) Install dependencies

npm install && npm install -g webpack

2) Start Functions API (see Fn on Github)

fn start

3) Start web server

PORT=4000 API_URL=http://localhost:8080 npm start
  • PORT - port to run UI on. Optional, 4000 by default
  • API_URL - Functions API URL. Required

4) Launch automatic asset recompilation

webpack --watch

5) View in browser

http://localhost:4000/

About

User interface for fn project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 54.5%
  • JavaScript 26.3%
  • CSS 13.8%
  • HTML 4.4%
  • Shell 1.0%
0