Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 271 Bytes

nw-crest-designer

Run with docker:

  • Install docker
  • Build & image docker run --rm -it -p 8081:8080 $(docker build -q .)
  • Open your browser and go to localhost:8080
  • Kill your container (docker container kill container_name)