- python 3.X, pip
- node.js > 14.16.1
- yarn > 1.22.10
$ cd {PROJ_ROOT}/backend-server
$ source init_be.sh
$ cd {PROJ_ROOT}/backend-server
$ ./start_be_server.sh
$ ./stop_be_server.sh
$ cd {PROJ_ROOT}/frontend-server
$ source init_fe.sh
$ cd {PROJ_ROOT}/frontend-server
$ ./start_fe_server.sh
$ ./stop_fe_server.sh
yarn remove husky && git config --unset core.hooksPath