Add setup instructions
This commit is contained in:
parent
75620baeac
commit
9fe732e0e1
17
README.md
17
README.md
@ -1,3 +1,20 @@
|
|||||||
# vistassh-py
|
# vistassh-py
|
||||||
|
|
||||||
Python-based web interface for VistA roll-and-scroll terminal
|
Python-based web interface for VistA roll-and-scroll terminal
|
||||||
|
|
||||||
|
## Getting started
|
||||||
|
|
||||||
|
You will need:
|
||||||
|
- Python 3.10+ & pip
|
||||||
|
- Node.js & npm
|
||||||
|
|
||||||
|
To install the dependencies and build the frontend, perform the following steps:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install -r requirements.txt
|
||||||
|
cd frontend
|
||||||
|
npm install
|
||||||
|
npm run build
|
||||||
|
```
|
||||||
|
|
||||||
|
To run, invoke `main.py`.
|
Loading…
Reference in New Issue
Block a user