Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jtourkos committed Aug 22, 2023
1 parent b7cf47c commit 352155c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,3 @@ You can also browse the docs locally:
- Clone the project.
- Run `npm install`.
- Open `docs/index.html` in your web browser.

## Running the Examples Apps

The repository contains two example apps (built with `SvelteKit`) demonstrating how you can start building on Drips with the SDK.
They also serve as "interactive" documentation, covering the major client's operations.
These examples are not production-ready applications and do not demonstrate software engineering best practices in building Svelte apps.

To run the `NFTDriverClient` examples app locally:

- From the project's root dir run `cd nft-driver-examples/`
- Run `npm run dev -- --open`

You can find a hosted version of the `NFTDriverClient` examples app [here](https://nftdriver-examples-app.netlify.app/).

To run the `AddressDriverClient` examples app locally:

- From the project's root dir run `cd address-driver-examples/`
- Run `npm run dev -- --open`

You can find a hosted version of the `AddressDriverClient` examples app [here](https://address-driver-examples.netlify.app/).

0 comments on commit 352155c

Please sign in to comment.