Skip to content

ThePyProgrammer/arxiv.nush

Repository files navigation

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