hakka

ALPHA. A reddit-like online community (but less noisy).

MIT License

Stars
94

Running locally

  1. Configure .env file

Copy .env.example to .env and change the values accordingly.

  1. Install dependencies
yarn

This app also requires PostgreSQL and Redis, you can spin up two Docker containers, the easiest way is to use doko:

doko enable postgres
doko enable redis
  1. Start server
yarn dev

After that, you might need to deploy migrations as well if you haven't done that before:

yarn migrate:deploy