NurMarvin / roingus

A Lemmy client built with Remix

Home Page:https://lemmy.nurmarv.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Lemmy client built with Remix

https://lemmy.nurmarv.in/

License:Open Software License 3.0


Languages

Language:TypeScript 97.3%Language:JavaScript 2.2%Language:CSS 0.4%