An elm app for the toss bounty frontend 💵
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
_build
src
tests
.gitignore
Makefile
README.md
elm-package.json
env.sh
package-lock.json
package.json

README.md

TossBounty Elm App

Getting started

If you don't already have elm and elm-live:

npm install -g elm elm-live

Dependencies

  • create a Stripe account and grab the client id
  • add a .env file at the root with the following
export API_URL=http://localhost:4000
export STRIPE_PLATFORM_CLIENT_ID=

Building and running

  • source .env to read env vars into the environment

make