Megamind/README.md

16 lines
162 B
Markdown
Raw Permalink Normal View History

2023-09-09 05:11:03 +00:00
# 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
```