Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Coinbase Onramp Demo App

This project serves to be a demo to utilize Coinbase Onramp
TThis project serves as a demo to utilize Coinbase Onramp

## Getting Started

### Environment Setup

Install System Dependencies
Install the system dependencies

- Nodejs
- yarn

Install App dependencies
Install the app dependencies

```bash
yarn
Expand All @@ -34,7 +34,7 @@ yarn

Add API Keys into your .env file

### Running the app
### Running the App Locally
run the development server:

```bash
Expand Down