Skip to content

Commit

Permalink
env example added, readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Sep 29, 2023
1 parent 2a9cf6d commit 4d93261
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TENOR_KEY=
WEB3_STORAGE_KEY=
RPC_CUSTOM=
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Iggy Social is a Web3 Social frontend website based on the Iggy Social template. It uses [Orbis SDK](https://github.com/OrbisWeb3/orbis-sdk) and Ceramic Network in the background.

Link: https://demo.iggy.social/
Demo 1 (Netlify): https://demo.iggy.social/
Demo 2 (Vercel): https://demo2.iggy.social/

What's included:

Expand Down Expand Up @@ -68,6 +69,12 @@ Start the development server on http://localhost:3000
npm run dev
```

Or run Netlify dev server on http://localhost:8888 (to get link previews):

```bash
netlify dev
```

## Production

Build the application for production:
Expand Down

1 comment on commit 4d93261

@vercel
Copy link

@vercel vercel bot commented on 4d93261 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.