Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.04 KB

prereview.org

The source code for prereview.org.

Development

Requirements

Running the app

To build and run the app for development, execute:

make start

You can now access the app at https://localhost.

You will also have a .env file. This file contains environment variables controlling specific behaviours, including credentials for accessing external services.

Operations

Once it passes CI, we deploy every commit on the main branch to prereview.org and sandbox.prereview.org, which Fly.io hosts.