Skip to content

danielle-galvao/web-terminal

Repository files navigation

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