• Stars
    star
    172
  • Rank 213,394 (Top 5 %)
  • Language
    JavaScript
  • License
    GNU Affero Genera...
  • Created almost 6 years ago
  • Updated 30 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pixelfed Documentation

Build Status Latest Stable Version License

Introduction

A free and ethical photo sharing platform, powered by ActivityPub federation.

Pixelfed is freely licensed under the AGPL license.

Communication

The ways you can communicate on the project are below. Before interacting, please read through the Code Of Conduct.

Pixelfed Sponsors

We would like to extend our thanks to the following sponsors for funding Pixelfed development. If you are interested in becoming a sponsor, please visit the Pixelfed Patreon Page

Development

This documentation is built using Hugo and uses the Paradox theme.

  1. Install Hugo, following the instructions for your environment
  2. Clone the repository git clone [email protected]:pixelfed/docs.git
  3. Initiate the git submodules
    cd docs
    git submodule init
    git submodule update
    
  4. Run hugo serve to start a live development server on localhost:1313