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

https://github.com/mwja/quote-image

Application work
https://github.com/mwja/quote-image

Last synced: 4 months ago
JSON representation

Application work

Awesome Lists containing this project

README

        

# Quote image generator
A simple generator to create images for quotes in the Lato font using React and any Node backend. As required for application.

## Running locally
This example requires Yarn to be installed. First you must build the files and then run...
- Install
```
cd client
yarn
cd ..
yarn
```
- Then run:
```
cd client
yarn build
cd ..
yarn start
```

## Running on Heroku
All is ready for heroku, simply create a new heroku app and deploy from the repository. `package.json` does the rest with building React.