what?
clarity paves the way for brilliance. paper is a minimalistic decentralized social platform, focusing on clear and efficient solutions.
how?
built on top of ENS, EFP & ECP
-
Clone the repository:
git clone https://github.com/on-paper/ink.git && cd ink
-
Create a
.env
file:cp .env.example .env
Replace the variables with your own values.
-
Install dependencies: Make sure you have a new version of bun installed
curl -fsSL https://bun.sh/install | bash
bun install
- Run the dev server:
Navigate to http://localhost:3000/home
bun run dev
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:
bun run check