Files
5chan/README.md
T

25 lines
921 B
Markdown
Raw Normal View History

2024-02-29 21:36:26 +01:00
<img src="https://github.com/plebeius-eth/assets/blob/main/plebchan-logo.jpg" width="378" height="123">
2023-04-24 17:20:14 +00:00
_Telegram group for this repo https://t.me/plebchanreact_
2023-05-01 19:39:12 +00:00
_Demo https://plebchan.netlify.app and https://plebchan.eth.limo_
2023-04-24 17:20:14 +00:00
2024-03-18 12:53:33 +01:00
## To run locally
2023-04-24 17:20:14 +00:00
2024-03-18 12:53:33 +01:00
1. Install Node v18 (Download from https://nodejs.org)
2. Install Yarn: `npm install -g yarn`
3. `yarn install --frozen-lockfile` to install Plebchan dependencies
4. `yarn start` to run the web client
2023-04-24 17:20:14 +00:00
### 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/plebchan/blob/master/.github/workflows/release.yml