Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hs-doshi/meme-generator
https://github.com/hs-doshi/meme-generator
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hs-doshi/meme-generator
- Owner: HS-doshi
- Created: 2023-01-25T16:41:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T17:46:39.000Z (over 1 year ago)
- Last Synced: 2024-11-12T04:34:40.781Z (2 months 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!