Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSvebakk authored Sep 12, 2024
1 parent af7e61a commit 79faf48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ Xb4KOXTMAESdMAAAAYZGJ0dW5uZWxAaW50ZXJuc3lzdGVtLXYyAQID

7. In a separate terminal, connect to the databse using an ssh-tunnel: `ssh -L 3307:localhost:3306 -i ~/.ssh/dbtunnel [email protected] -N`

8. Start a development environment: `npm run dev`
8. Generate database adapter client: `npx prisma generate`

9. Navigate to the development endpoint: `http://localhost:3005`
9. Start a development environment: `npm run dev`

10. Navigate to the development endpoint: `http://localhost:3005`

BTW: Notify [email protected] if you are able to somehow gain access to the VPS, and you will be given 5 vouchers. (this is not a challenge, lol)

0 comments on commit 79faf48

Please sign in to comment.