summaryrefslogtreecommitdiff
path: root/README.md
blob: 9de125a0012b5116a50e63e14f88fccec467e3e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
![Farside](img/farside.svg)

___

[![Elixir CI](https://github.com/benbusby/privacy-revolver/actions/workflows/elixir.yml/badge.svg)](https://github.com/benbusby/privacy-revolver/actions/workflows/elixir.yml)

A redirecting service for FOSS alternative frontends

### Development

- Install [redis](https://redis.io)
- Install [elixir](https://elixir-lang.org/install.html)
- Start redis: `redis-server /usr/local/etc/redis.conf`
- Install dependencies: `mix deps.get`
- Initialize redis contents: `mix run update.exs`
- Run Farside: `mix run --no-halt`
  - Uses localhost:4001