Skip to content

NurMarvin/roingus

Repository files navigation

Roingus for Lemmy

A Lemmy client written with Remix.

Development

Prerequisites

Setup

pnpm install

You will need to create a .env file with the following contents:

# The URL of the default Lemmy instance to use
# (e.g. https://lemmy.ml)
BASE_URL=

Run

pnpm dev

Build

pnpm build

Deployment

Prerequisites

Setup

pnpm install

Build

pnpm build

Run

pnpm start

You will need to provide the following environment variables:

# The URL of the default Lemmy instance to use
# (e.g. https://lemmy.ml)
BASE_URL=

License

OSL-3.0