Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nurmarvin/roingus
A Lemmy client built with Remix
https://github.com/nurmarvin/roingus
activitypub lemmy link-aggregator remix web
Last synced: 24 days ago
JSON representation
A Lemmy client built with Remix
- Host: GitHub
- URL: https://github.com/nurmarvin/roingus
- Owner: NurMarvin
- License: osl-3.0
- Created: 2023-07-26T20:23:19.000Z (over 1 year ago)
- Default Branch: mistress
- Last Pushed: 2023-07-26T22:27:00.000Z (over 1 year ago)
- Last Synced: 2024-10-12T21:22:58.892Z (24 days ago)
- Topics: activitypub, lemmy, link-aggregator, remix, web
- Language: TypeScript
- Homepage: https://lemmy.nurmarv.in/
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Roingus for Lemmy
A [Lemmy](https://join-lemmy.org/) client written with Remix.
## Development
### Prerequisites
- [Node.js](https://nodejs.org/en/) >= 14.0.0
- [pnpm](https://pnpm.io/) >= 6.0.0### Setup
```sh
pnpm install
```You will need to create a `.env` file with the following contents:
```sh
# The URL of the default Lemmy instance to use
# (e.g. https://lemmy.ml)
BASE_URL=
```### Run
```sh
pnpm dev
```### Build
```sh
pnpm build
```## Deployment
### Prerequisites
- [Node.js](https://nodejs.org/en/) >= 14.0.0
- [pnpm](https://pnpm.io/) >= 6.0.0### Setup
```sh
pnpm install
```### Build
```sh
pnpm build
```### Run
```sh
pnpm start
```You will need to provide the following environment variables:
```sh
# The URL of the default Lemmy instance to use
# (e.g. https://lemmy.ml)
BASE_URL=
```## License
[OSL-3.0](LICENSE.md)