knotapi-js
Version:
Provide a seamless way for end users to link their merchant accounts to your web app.
17 lines (14 loc) • 426 B
Markdown
Please see https://docs.knotapi.com/ for installation instructions.
## Setup
Run:
```
git clone https://github.com/millionscard/knotapi-js.git
cd knotapi-js
cp .env.example .env
```
Copy values in the [1Password](https://start.1password.com/open/i?a=P67NGGBR6RF5XATOKRTI7DCF3Q&v=crmodia2u4finmhohhuhbn4jkm&i=uqyt3duhcob2dahjx5wt7o7d7y&h=knotapis.1password.com) into `.env`
Install packages and start
```
yarn
yarn start
```