8000 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. ping is a minimalistic decentralized social platform, focusing on clear and efficient solutions.

how?

built on top of lens, media is stored on grove

Contributing

Setup

  1. Clone the repository:

    git clone https://github.com/pingpad-io/ping.git && cd ping
  2. Create a .env file:

    cp .env.example .env

    Replace the variables with your own values.

  3. Install dependencies:

    npm install
  4. Run the dev server:

    npm run dev

    Navigate to http://localhost:3000/home

Next Steps

Now you're all set to start contributing! Read contributing.md for guidelines.

Code Quality

Biome is used for formatting and linting. Install it via Zed/VSCode extensions or run:

npm run check
0