Megamind/README.md

16 lines
162 B
Markdown

# Megamind says your IP!
## As seen on rDrama
make your own funni grabber!
setup:
```
cd functions
npm i
```
to deploy:
```
cd functions
tsc
firebase deploy
```