mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(Home): explain the steps to run a board
This commit is contained in:
@@ -109,26 +109,13 @@ const Home = () => {
|
|||||||
<AboutContent>
|
<AboutContent>
|
||||||
<div id='content'>
|
<div id='content'>
|
||||||
<p>
|
<p>
|
||||||
Plebchan is the only serverless, adminless, fully decentralized 4chan alternative where you can create unlimited boards and nobody can take them down.
|
Plebchan is the only serverless, adminless, fully decentralized 4chan alternative where any pleb can create and own unlimited boards, and nobody can
|
||||||
Plebchan is a client for{' '}
|
take them down. Boards can always find competition, and board owners can monetize freely, so janitors aren't needed. Plebchan is a client for{' '}
|
||||||
<a href='https://plebbit.com' target='_blank' rel='noreferrer'>
|
<a href='https://plebbit.com' target='_blank' rel='noreferrer'>
|
||||||
plebbit
|
plebbit
|
||||||
</a>
|
</a>
|
||||||
, a pure P2P protocol and tooling for creating decentralized forum applications. Users don't need to register an account before participating in a
|
, a pure P2P protocol and tooling for creating decentralized forum applications. All data is just text, and plebchan's speed depends on how many users
|
||||||
community; anyone can post comments, share media links, and{' '}
|
are{' '}
|
||||||
<button
|
|
||||||
style={{ all: 'unset', cursor: 'pointer' }}
|
|
||||||
onClick={() => {
|
|
||||||
window.electron && window.electron.isElectron
|
|
||||||
? setIsCreateBoardOpen(true)
|
|
||||||
: alert(
|
|
||||||
'You can create a board with the desktop version of plebchan:\nhttps://github.com/plebbit/plebchan/releases/latest\n\nIf you are comfortable with the command line, use plebbit-cli:\nhttps://github.com/plebbit/plebbit-cli\n\n',
|
|
||||||
);
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
create a board
|
|
||||||
</button>
|
|
||||||
. All the content is just text, and plebchan's speed depends on how many users are{' '}
|
|
||||||
<button
|
<button
|
||||||
style={{ all: 'unset', cursor: 'pointer' }}
|
style={{ all: 'unset', cursor: 'pointer' }}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@@ -143,6 +130,21 @@ const Home = () => {
|
|||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<p>There are no global rules, each board is completely independent and its owner decides how/if it should be moderated.</p>
|
<p>There are no global rules, each board is completely independent and its owner decides how/if it should be moderated.</p>
|
||||||
|
<br />
|
||||||
|
<p>
|
||||||
|
{' '}
|
||||||
|
HOW TO RUN A BOARD (currently via CLI only): <strong>(1)</strong> have a computer you can use as server, because users will connect to your board
|
||||||
|
peer-to-peer; <strong>(2)</strong> go to{' '}
|
||||||
|
<a href='https://github.com/plebbit/plebbit-cli#install' target='_blank' rel='noreferrer'>
|
||||||
|
https://github.com/plebbit/plebbit-cli#install
|
||||||
|
</a>{' '}
|
||||||
|
and follow the instructions to run your daemon, create a subplebbit (board) and edit its settings; <strong>(3)</strong> users can always connect to your
|
||||||
|
board via its address, but it can be whitelisted by submitting a pull request here:{' '}
|
||||||
|
<a href='https://github.com/plebbit/temporary-default-subplebbits' target='_blank' rel='noreferrer'>
|
||||||
|
https://github.com/plebbit/temporary-default-subplebbits
|
||||||
|
</a>{' '}
|
||||||
|
this will be automated with a plebbit DAO using the plebbit token.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</AboutContent>
|
</AboutContent>
|
||||||
</About>
|
</About>
|
||||||
@@ -189,7 +191,7 @@ const Home = () => {
|
|||||||
) : null}
|
) : null}
|
||||||
<Boards>
|
<Boards>
|
||||||
<BoardsTitle>
|
<BoardsTitle>
|
||||||
<h2>Popular Boards</h2>
|
<h2>Whitelisted Boards</h2>
|
||||||
</BoardsTitle>
|
</BoardsTitle>
|
||||||
<BoardsContent>
|
<BoardsContent>
|
||||||
{defaultSubplebbits.map((subplebbit, index) => (
|
{defaultSubplebbits.map((subplebbit, index) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user