mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-06 12:01:04 -05:00
5dcfc8fecece68cc1ffbfd5394b98c28a466be9e
A GUI for plebbit similar to old.reddit
Telegram group for this repo https://t.me/seeditreact
To run locally
- Install Node v18 (Download from https://nodejs.org)
- Install Yarn:
npm install -g yarn yarn install --frozen-lockfileto install Seedit dependenciesyarn startto run the web client
Scripts:
- Web client:
yarn start - Electron client (must start web client first):
yarn electron - Electron client and don't delete data:
yarn electron:no-delete-data - Web client and electron client:
yarn electron:start - Web client and electron client and don't delete data:
yarn electron:start:no-delete-data
Build:
The linux/windows/mac/android build scripts are in https://github.com/plebbit/seedit/blob/master/.github/workflows/release.yml
Languages
TypeScript
76%
CSS
12.7%
JavaScript
9.1%
Java
1.6%
Shell
0.4%
Other
0.2%