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
-
Clone the repository:
git clone https://github.com/pingpad-io/ping.git && cd ping
-
Create a
.env
file:cp .env.example .env
Replace the variables with your own values.
-
Install dependencies:
npm install
-
Run the dev server:
npm run dev
Navigate to http://localhost:3000/home
Now you're all set to start contributing! Read contributing.md for guidelines.
Biome is used for formatting and linting. Install it via Zed/VSCode extensions or run:
npm run check