Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neekolas/ethnyc-preso
- Owner: neekolas
- License: mit
- Created: 2023-09-21T19:42:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T16:20:17.000Z (over 1 year ago)
- Last Synced: 2024-11-15T20:40:34.427Z (2 months ago)
- Language: TypeScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```