Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hs-doshi/meme-generator


https://github.com/hs-doshi/meme-generator

Last synced: 15 days ago
JSON representation

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!