Repository containing the client code to interact with Credix marketplaces.
We use eslint and prettier to lint and format our codebase. An editorconfig file is also provided.
- Formatting Toggle A VS Code extension that allows you to toggle formatting settings ON and OFF with a simple click.
To get started:
- Run
npm link
inside the client repository - Run
npm link @credix/credix-client
inside your other project
When you are done
- Run
npm unlink @credix/credix-client
inside the other project
To get started:
- Run
yarn link ~/path/to/credix-client
inside the other project - Copy the new resolutions entry in
package.json
to the dependencies - Run
yarn
When you are done
- Remove both entries