Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.29 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.29 KB

web-terminal

PyPI version GitHub Stars Client CI Workflow Join the chat at https://gitter.im/web-terminal/community

CSE 40677 Open Source Software Development - Web Terminal Project

Project Website - GitHub Pages

Kanban Board

Getting Started

User

Installation

pip install web_terminal

Running

python3 -m web_terminal

Developer

Prerequisites

pip install flask websockets
npm install -g @angular/cli
cd client
npm install
cd -

Running

cd client
ng build -- --configuration=flask
cd -
python web-terminal.py

build can optionally be run with --prod or --watch