Skip to content
/ hakka Public

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

License

Notifications You must be signed in to change notification settings

egoist/hakka

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages