git clone https://github.com/vvvpiano/mandaland.git
cd mandaland
./start.sh # 실행 안된다면 "chmod 777 start.sh" 후 다시 한 번 입력
# pwd: .../mandaland
cd database
npm install
npm start
# pwd: .../mandaland
cd backend
npm install
npm start
# pwd: .../mandaland
cd client-web
npm install
npm start
./kill_server.sh # 실행 안된다면 "chmod 777 kill_server.sh" 후 다시 한 번 입력