The source code for PREreview’s COAR Notify integration.
Requirements
- Docker
- Docker Compose
- GNU Make
- Node.js
- Unix-like operating system
To build and run the app for development, execute:
make startYou can now access the app at https://localhost:3000.
You will also have a .env file. This file contains environment variables controlling specific behaviours, including credentials for accessing external services.
Once it passes CI, we deploy every commit on the main branch, which Fly.io hosts.