dsfx/docs/README.md

14 lines
689 B
Markdown
Raw Normal View History

2025-03-21 22:02:51 -04:00
# DSFX
This is the documentation for DSFX, the next generation decentralized file exchange.
## Overview
2025-03-22 10:34:35 -04:00
- [Axioms](./axioms.md) is our style guide, which outlines our design philosophy and coding standards.
2025-03-21 22:02:51 -04:00
- [Hosting](./hosting.md) gets you started with your own DSFX server.
- [Administration](./administration/) shows you how to manage your DSFX server and its users.
- [Operating](./operating/) covers the usage of the dsfx client to securely upload and download files.
These docs are targeted at the users of DSFX. If you want to understand how it
2025-03-23 09:14:00 -04:00
works under the hood, check out the [internals docs](https://koti.casa/numenor-labs/dsfx/src/branch/main/docs/internals/README.md).