Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 252 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 252 Bytes

Steps To Run

Set the following environment variables

export DATABASE_URL={POSTGRES_CONN_STRING};
export ADMIN_EMAIL={ADMIN_EMAIL}
export ADMIN_PASSWORD={ADMIN_PASSWORD}

Then run the below command

> yarn install
> yarn dev