Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 340 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 340 Bytes

Contributing Guide

Development

Node.js Version

Developing in this repository requires Node.js 18 or higher.

Set-up

Clone the repo by running:

git clone git@github.com:coinbase/coinbase-sdk-api-agent-sample.git

To install all dependencies, run:

npm install

To run the app

npm run dev