https://github.com/mvuorre/psyarxiv-ui
Alternative UI for PsyArXiv
https://github.com/mvuorre/psyarxiv-ui
psyarxiv psychology
Last synced: 5 months ago
JSON representation
Alternative UI for PsyArXiv
- Host: GitHub
- URL: https://github.com/mvuorre/psyarxiv-ui
- Owner: mvuorre
- License: mit
- Created: 2024-05-16T19:55:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-05T13:18:07.000Z (8 months ago)
- Last Synced: 2026-02-09T00:34:58.059Z (5 months ago)
- Topics: psyarxiv, psychology
- Language: JavaScript
- Homepage: https://psyarxiv.vuorre.com/
- Size: 1.03 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PsyArXiv UI
Experimental alternative UI to [PsyArXiv](https://osf.io/preprints/psyarxiv) that aims to be
- Fast (back- and frontend)
- Information-dense (good text-based UI)
- Informative (just the preprint metadata needed)
## Local Development Setup
### Prerequisites
1. **Node.js and npm**: Ensure you have Node.js and npm installed. Download from [Node.js](https://nodejs.org/).
2. **Git**: Ensure you have Git installed. Download from [Git](https://git-scm.com/).
### Development Instructions
1. **Clone the Repository**:
```sh
git clone https://github.com/mvuorre/psyarxiv-ui.git
cd psyarxiv-ui
```
2. **Install Dependencies**:
```sh
npm install
```
3. **Start Development Server**:
```sh
node server.js
```
4. **View Application**: Open `http://localhost:PORT` in your browser (define PORT in .env).
## Production Deployment
We use systemctl and Caddy.