Skip to content

Commit

Permalink
Move Make scripts to Nix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrrll committed Sep 20, 2024
1 parent 85cc0ff commit d74393a
Show file tree
Hide file tree
Showing 10 changed files with 1,534 additions and 1,091 deletions.
67 changes: 0 additions & 67 deletions Makefile

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Create a supabase account [here](https://supabase.com/) and Cam and I will add y

1. In the base of the repo: run `nix develop --impure`
2. Launch Docker Desktop
3. In the base of the repo: run `make db-run`
4. Then, open a new tab to run commands in: run `make backend-dep` then `make backend-run`
3. In the base of the repo: run `db-run`
4. Then, open a new tab to run commands in: `make backend-run`
- You can now view swagger: http://localhost:8080/swagger/index.html
5. Next, in a new tab run `make ngrok-run`
6. Finally, open one last new tab: run `make frontend-run`
5. Next, in a new tab run `backend-ngrok`
6. Finally, open one last new tab: run `frontend-run`
1 change: 1 addition & 0 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ github.com/gofrs/uuid v4.0.0+incompatible h1:1SD/1F5pU8p29ybwgQSwpQk+mwdRrXCYuPh
github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
Expand Down
Loading

0 comments on commit d74393a

Please sign in to comment.