File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Auto Comment on PRs
2
2
on :
3
3
pull_request :
4
4
types : [opened]
5
+ paths : server/**
5
6
jobs :
6
7
auto-comment :
7
8
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
branches :
5
5
- main
6
+ paths : server/**
6
7
jobs :
7
8
lint-test :
8
9
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Frontend - Linting
3
3
on :
4
4
pull_request :
5
5
branches : [main]
6
+ paths : client/**
6
7
jobs :
7
8
Linux :
8
9
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
## Setup
2
+
2
3
1 . Copy ` .env.example ` to ` .env ` and fill in the values
3
4
2 . Add Firebase Admin credentials to a file named ` firebaseServiceAccountKey.json ` , at the same level as the ` .env ` file.
4
5
3 . Start up Docker Desktop
5
6
4 . Spin up Postgres:
7
+
6
8
``` bash
7
9
docker-compose --env-file .env up
8
10
```
9
11
10
12
## Directly querying Postgres on a local build using ` psql `
11
- psql -h localhost -p 5432 -U acmucsd_dev -d hackathon_portal
13
+
14
+ psql -h localhost -p 5432 -U acmucsd_dev -d hackathon_portal
You can’t perform that action at this time.
0 commit comments