Skip to content

Commit

Permalink
Add onboarding dev setup README
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbroman committed Apr 4, 2023
1 parent 59fa1dd commit 08513ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions onboarding/.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
API_URL=https://backend-server-test.thirdearth.com
API_HEADERS_VERSION="2"
API_HEADERS_CLIENT_ID="5"
STRIPE_KEY=pk_test_51LIclKGa9esKD8bTeH2WlTZ8ZyJiwXfc5M6e1RdV01zH8G5x3kq0EZbN9Zuhtkm6WBXslp6MQlErpP8lkKtwSMqf00NomWTPxM
AMPLITUDE_API_KEY='03a37e80acd72a1db6d8212a164db540'
6 changes: 6 additions & 0 deletions onboarding/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# @holium/onboarding

The onboarding flow at https://hosted.holium.com.

## Dev setup

Copy `.env.sample` to `.env` and fill in the values.

Run `yarn` in root, then `yarn dev` in this directory.

0 comments on commit 08513ea

Please sign in to comment.