FediShoop/README.md
2024-10-07 14:47:55 +02:00

21 lines
357 B
Markdown

# FediShoop
Federated Shop
## Development Setup
Run Redis (and Postgres) services and expose them to ports `6379` and `5432` on `localhost`:
```
$ docker compose up -d
```
Run the server with deno:
```
$ cd fedishoop
$ deno task dev
```
Go to [`localhost:8000`](http://localhost:8000)
Follow https://fedify.dev/tutorial/microblog for further info.