rgl/concurrency/README.md
2021-10-04 19:03:44 -05:00

678 B

ConCurrency

Live App

Running Locally

  1. Install dependencies

    cd /path/to/concurrency
    yarn install
    
  2. Build project (be sure to supply the API_URL environment variable)

    • Linux/MacOS:
      API_URL=https://v6.exchangerate-api.com/v6/api-key/latest/USD/ yarn build
      
    • Windows: I'm not sure how to set environment variables on Windows, if anyone does, PRs are welcome!
  3. Open in browser

    Simply open the index.html file in the public/ directory.

Created using exchangerate-api and React with TypeScript.