farside/README.md

18 lines
578 B
Markdown
Raw Normal View History

2021-11-13 00:04:34 +00:00
![Farside](img/farside.svg)
2021-11-09 00:30:45 +00:00
2021-11-09 00:32:55 +00:00
___
[![Elixir CI](https://github.com/benbusby/privacy-revolver/actions/workflows/elixir.yml/badge.svg)](https://github.com/benbusby/privacy-revolver/actions/workflows/elixir.yml)
2021-11-09 00:32:55 +00:00
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