Go to file
jinhojang6 5e2efa7e6a
feat: implement custom link
2024-02-27 23:01:11 +09:00
android first commit 2024-02-14 18:14:28 +09:00
electron first commit 2024-02-14 18:14:28 +09:00
public chore: add shop page 2024-02-20 23:49:01 +09:00
scripts first commit 2024-02-14 18:14:28 +09:00
src feat: implement custom link 2024-02-27 23:01:11 +09:00
.gitignore fix: fix build errors 2024-02-14 19:39:02 +09:00
CHANGELOG.md first commit 2024-02-14 18:14:28 +09:00
LICENSE first commit 2024-02-14 18:14:28 +09:00
README.txt first commit 2024-02-14 18:14:28 +09:00
capacitor.config.json first commit 2024-02-14 18:14:28 +09:00
package.json first commit 2024-02-14 18:14:28 +09:00
prettier.config.js first commit 2024-02-14 18:14:28 +09:00
yarn.lock feat: feat: implement high-level shop and product pages 2024-02-27 22:55:02 +09:00

README.txt

    
    :::      :::::::: ::::::::::: :::::::::   ::::::::  :::    :::     :::     ::::    :::
  :+: :+:   :+:    :+:    :+:     :+:    :+: :+:    :+: :+:    :+:   :+: :+:   :+:+:   :+:
 +:+   +:+  +:+           +:+     +:+    +:+ +:+        +:+    +:+  +:+   +:+  :+:+:+  +:+
+#++:++#++: +#+           +#+     +#+    +:+ +#+        +#++:++#++ +#++:++#++: +#+ +:+ +#+
+#+     +#+ +#+           +#+     +#+    +#+ +#+        +#+    +#+ +#+     +#+ +#+  +#+#+#
#+#     #+# #+#    #+#    #+#     #+#    #+# #+#    #+# #+#    #+# #+#     #+# #+#   #+#+#
###     ###  ######## ########### #########   ########  ###    ### ###     ### ###    ####

_Telegram group for this repo https://t.me/plebchanreact_

_Demo acidchan.vercel.app

### Development:

For development it is recommened to use the
[mock content env variables](https://github.com/plebbit/plebbit-react-hooks/blob/master/docs/mock-content.md#add-env-variable-for-mocking) 
because the demo subplebbits are slow and often offline.

### 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