Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squishy123/redux-starter
Basic gatsby starter with redux support
https://github.com/squishy123/redux-starter
Last synced: 23 days ago
JSON representation
Basic gatsby starter with redux support
- Host: GitHub
- URL: https://github.com/squishy123/redux-starter
- Owner: Squishy123
- License: mit
- Created: 2019-05-07T14:40:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:56:07.000Z (over 1 year ago)
- Last Synced: 2024-10-25T19:47:43.764Z (2 months ago)
- Language: JavaScript
- Size: 2.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EasyRead - Docs## Deployment
### Simply run the deploy command and build to gh-pages:
`yarn deploy`
### Further configuration in .env.production and path-prefixing in gatsby-config.js## Local - Testing
### In order for mobile devices to make use of userMedia, the web-app has to be hosted on SSL. Use the following to generate a SSL cert and host a local SSL preview:### 1. Build the static SPA with gatsby:
`yarn build`
### 2. Generate the SSL cert inside the /public dir:
`openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem`
### 3. Host on http-server:
#### Installation of http-server:
`npm install -g http-server`
#### Hosting with 1-command inside /public:
`http-server -S -C cert.pem -o`## Localstorage Usage
captures: [
{
date,
recognitionResult,
cachedText,
renderImage
originalDimensions: {
width,
height
}
}
]