Using a real credit card is strongly discouraged. Please use one of these test cards when submitting the payment forms: Test Cards
- direnv
- nvm
You will need to create .envrc by copying & renaming .envrc.example. Then, fill in the missing values in .envrc.
$ cp .envrc.example .envrc
You will need direnv to use .envrc. You can find the documentation here: https://direnv.net
To run the front end, change directory into client and run it normally.
cd client && yarn start
To run the backend end, you can just npm run nodemon.
yarn dev