Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
docs: add example project instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-grover committed Sep 26, 2023
1 parent aab9ab5 commit d1d7021
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ This repo is a work in progress, use at your own risk! Currently, the following

## Installation

### Quick Start

To quickly scaffold a project with a simple feed and cast posting functionality:

```shell
npx degit alex-grover/neynar-next/example my-farcaster-app
```

All you need to do is add your FID, Farcaster mnemonic, and Neynar API key to the project's .env and you'll be up and running!

### Manual Installation

```sh
npm install neynar-next viem
```
Expand Down
4 changes: 3 additions & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ This is a simple Farcaster client intended to get you up and running with neynar
## Getting Started

```shell
npx degit alex-grover/neynar-next/example
npx degit alex-grover/neynar-next/example my-farcaster-app
```

All you need to do is add your FID, Farcaster mnemonic, and Neynar API key to the project's .env and you'll be up and running!

0 comments on commit d1d7021

Please sign in to comment.