Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neekolas/ethnyc-preso

Presentation for ETHNYC
https://github.com/neekolas/ethnyc-preso

Last synced: 8 days ago
JSON representation

Presentation for ETHNYC

Awesome Lists containing this project

README

        

# ETHNYC Presentation

## Prerequisites

- Node.js 18
- Docker

## Setup steps for local dev

1. Copy the .env.example and rename to .env
2. Get a Tenor API key from https://developers.google.com/tenor/guides/quickstart. Set it as the value of TENOR_API_KEY
3. Get a web3.storage API key and set it as the value of WEB3_STORAGE_TOKEN in .env

## Get started

```bash
npm i
npm run dev
```