Skip to content

jsfillman/ui-assets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KBase static assets for UI

Store and serve static assets for KBase frontends.

Directory structure and file names

Some conventions:

  • Give images the filename format {name}-width-height.{ext} where width and height are in pixels.

Development

Run the server

With docker installed:

make serve

Access the server from localhost:8080.

Delete and clean up docker

Run: make down, which will remove the image and container.

Deploy to docker hub

Increment the version for the image name in scripts/local-build.sh, then run that script.

About

Static assets for KBase UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.0%
  • Shell 4.8%
  • Makefile 2.0%
  • Dockerfile 1.2%