mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-29 13:01:08 +00:00
Indentation in md
This commit is contained in:
parent
90b1315ae5
commit
14d5609002
2 changed files with 9 additions and 9 deletions
10
README.md
10
README.md
|
@ -9,8 +9,8 @@ Social reading and reviewing, decentralized with ActivityPub
|
||||||
- [What it is and isn't](#what-it-is-and-isnt)
|
- [What it is and isn't](#what-it-is-and-isnt)
|
||||||
- [The role of federation](#the-role-of-federation)
|
- [The role of federation](#the-role-of-federation)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Book data](#book-data)
|
- [Book data](#book-data)
|
||||||
- [Set up Bookwyrm](#set-up-bookwyrm)
|
- [Set up Bookwyrm](#set-up-bookwyrm)
|
||||||
|
|
||||||
## Joining BookWyrm
|
## Joining BookWyrm
|
||||||
BookWyrm is still a young piece of software, and isn't at the level of stability and feature-richness that you'd find in a production-ready application. But it does what it says on the box! If you'd like to join an instance, you can check out the [instances](https://github.com/mouse-reeve/bookwyrm/blob/main/instances.md) list.
|
BookWyrm is still a young piece of software, and isn't at the level of stability and feature-richness that you'd find in a production-ready application. But it does what it says on the box! If you'd like to join an instance, you can check out the [instances](https://github.com/mouse-reeve/bookwyrm/blob/main/instances.md) list.
|
||||||
|
@ -67,9 +67,9 @@ Web backend
|
||||||
- [Redis (again)](https://redis.io/) activity stream manager
|
- [Redis (again)](https://redis.io/) activity stream manager
|
||||||
|
|
||||||
Front end
|
Front end
|
||||||
- Django templates
|
- Django templates
|
||||||
- [Bulma.io](https://bulma.io/) css framework
|
- [Bulma.io](https://bulma.io/) css framework
|
||||||
- Vanilla JavaScript, in moderation
|
- Vanilla JavaScript, in moderation
|
||||||
|
|
||||||
Deployment
|
Deployment
|
||||||
- [Docker](https://www.docker.com/) and docker-compose
|
- [Docker](https://www.docker.com/) and docker-compose
|
||||||
|
|
Loading…
Reference in a new issue