https://github.com/mwja/quote-image
Application work
https://github.com/mwja/quote-image
Last synced: 4 months ago
JSON representation
Application work
- Host: GitHub
- URL: https://github.com/mwja/quote-image
- Owner: mwja
- License: mit
- Created: 2021-06-15T14:39:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T15:02:48.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T00:41:26.811Z (4 months ago)
- Language: TypeScript
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.