Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 405 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 405 Bytes

Start the program

  1. Run command "yarn" to install all the dependencies.
  2. Run command "yarn codegen" to generate database schemas.
  3. Run command "yarn build" to build executables.
  4. Run command "docker-compose up" to start the program.

Stop the program

Run command "docker-compose down" to stop the program.

Remove data

Run command "sudo rm -rf .data" to clean all the data in database.