dsfx/docs/README.md

14 lines
638 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.
2025-03-23 09:19:06 -04:00
- [Administration](./administration.md) shows you how to manage your DSFX server and its users.
- [Operating](./operating.md) covers the usage of the dsfx client to securely upload and download files.
2025-03-21 22:02:51 -04:00
These docs are targeted at the users of DSFX. If you want to understand how it
2025-03-23 09:19:06 -04:00
works under the hood, check out the [internals docs](./internals/README.md).