https://github.com/hs-doshi/meme-generator
https://github.com/hs-doshi/meme-generator
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hs-doshi/meme-generator
- Owner: HS-doshi
- Created: 2023-01-25T16:41:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T17:46:39.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T10:57:07.346Z (over 1 year ago)
- Language: JavaScript
- Size: 6.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meme Generator
Quick start:
```
$ yarn # npm install
$ yarn build # npm run build
````
## Development
Run Webpack in watch-mode to continually compile the JavaScript as you work:
```
$ yarn watch # npm run watch
```
Happy Coding!