Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 359 Bytes

INSTALL.md

File metadata and controls

29 lines (20 loc) · 359 Bytes

Installation

This guide will walk through the installation process.

BackEnd

git submodule update --init --recursive
cmake .
cmake --build .

FrontEnd

npm install
npm install node-fetch

Execute

cd DataBase && ./ecdb &
cd ../Web && node server.js

Terminate

Use Ctrl+C to terminate the application.