Skip to content

Setup Web

Abbas Yadollahi edited this page Apr 16, 2019 · 3 revisions

The process for building and deploying the Web frontend are outline on this page.

Dependencies

Install SSL Certificate

Run installation script.

cd TreePLE-Web/ssl/
bash certify.sh

Build

Install required Node packages and build.

cd TreePLE-Web/
npm install
npm build

The Web frontend should now be accessible on port 5000.

HOME

THE PROJECT

GETTING STARTED

THE TEAM

PROJECT MANAGEMENT

Clone this wiki locally