- Run command "yarn" to install all the dependencies.
- Run command "yarn codegen" to generate database schemas.
- Run command "yarn build" to build executables.
- Run command "docker-compose up" to start the program.
Run command "docker-compose down" to stop the program.
Run command "sudo rm -rf .data" to clean all the data in database.