Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 193 Bytes

readme.md

File metadata and controls

7 lines (6 loc) · 193 Bytes

Setting up

  1. copy .env -> .env.local
  2. change DATABASE_URL inside .env.local
  3. create database and load dump ./dump.sql.gz (postgresql) or apply migrations
  4. set up webserver
  5. enjoy!