Skip to content

davidfurlong/paper

 
 

Repository files navigation

Overview

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

Contributing

Setup

  1. Clone the repository:

    git clone https://github.com/on-paper/ink.git && cd ink
  2. Create a .env file:

    cp .env.example .env

    Replace the variables with your own values.

  3. Install dependencies: Make sure you have a new version of bun installed

curl -fsSL https://bun.sh/install | bash
bun install
  1. Run the dev server:
    bun 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:

bun run check

About

permanent. permissionless. paper.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • CSS 1.1%
  • JavaScript 0.5%