10000 GitHub - pingpad-io/ping: minimalistic decentralized social
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pingpad-io/ping

Repository files navigation

Overview

what?

clarity paves the way for brilliance. pingpad is a minimalistic decentralized social platform, focusing on clear and efficient solutions.

how?

built on top of lens, media is stored on grove and arweave

Contributing

First, clone the repository:

git clone https://github.com/pingpad-io/ping.git && cd ping

After that, follow the steps to run Pingpad on your local machine:

1. Create a .env file

Copy the provided .env.example file to .env.

cp .env.example .env

Replace the variables wit 8B80 h your own values.

2. Install dependencies

Use npm to install dependencies.

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
nvm install 18
nvm use 18
npm install

3. Run the dev server

Finally, you can run the dev server:

npm run dev

and navigate to http://localhost:3000/home

4. You're awesome!

Now you're all set to start contributing to Pingpad! Next, read contributing.md

5. (extra) Install Biome

Biome is used for formatting and linting in the project, and can be installed in the Zed/VSCode extensions or on biome website

0