Skip to content

ie-Yoshisaur/KonoChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup

  • $ docker-compose up -d
    • startup the web container and the api container
  • $ docker-compose exec web bash
    • login to the web-server container
  • $ cd kono-chat
    • change the current working directory
  • $ yarn install --frozen-lockfile
    • install packages listed in yarn.lock

How to use to develop

  • $ docker-compose up -d
  • $ docker-compose exec web bash
  • $ cd kono-chat
  • $ yarn serve
  • Open http://localhost:8080 in your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published