Skip to content

Local Setup

Sarah Graywood edited this page Feb 22, 2023 · 5 revisions

Local Setup

MacOS

Make sure you have Homebrew installed:

Using Homebrew, install

Start Postgres14:

brew services restart postgresql@14

clone repo

navigate into the repo's directory

copy .env.example into new .env file

npm install
npm run db:create
Clone this wiki locally