Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 211 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 211 Bytes

arXiv.nush

How to Run

Server (Flask)

$ cd server
$ pip install -r requirements.txt
$ python app.py

Client (Vue 3 + TypeScript App)

$ cd frontend
$ npm i
$ npm run dev