Skip to content

Commit

Permalink
doc: update HACKING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevries3133 authored Jun 4, 2024
1 parent ee34687 commit 398445c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The following ports also must be free on your machine:

The `env-template` file shows environment variables that we expect. Note that this file is also used for bootstrapping a local PostgreSQL database, so you can keep the DB credentials and connection string the same, and a new DB will be created with those credentials.

Developing against stripe requires setting up an account, creating products, and updating the "price id" to match yours. You can also simply develop without the stripe feature enabled by revising the dev script in the Makefile.

## Bootstrapping & Developing

You will need to bootstrap the app and database by performing on offline
Expand Down

0 comments on commit 398445c

Please sign in to comment.