blob: e0d510ac15de7c1b01d67b2f7a76de075dc6c271 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# React Meme Generator
A meme generator implementation with React.
## Requirements
- Yarn
## How to
### Start the development version
`yarn run start`
### Start the build version:
1. `yarn run build`
2. (`yarn global add serve`)
3. `serve -s build`
## Preview
You can see a live preview here: https://demo.armandphilippot.com/#meme-generator

## License
This project is open source and available under the [MIT license](../LICENSE).
|