* Add nvmrc file for nvm use
* Add help to run redis store with docker
* Add Redis and memory store
* Rename dist files
* Allow to launch server without Redis
* Slit stores in their own files
* Update readme.md
Co-authored-by: Alan Friedman <d.alan.friedman@gmail.com>
* Mimic Redis API
* Move store logic in is own file
Co-authored-by: Alan Friedman <d.alan.friedman@gmail.com>
* Add SITE_URL env var
* Debug git branch
* Set site URL to "false"
* Bug fix
* Fix CORS allowed methods
* Upgrade kcors
* Fix for API HOST in review apps
* Review app fixes
* Add bin/bash
* Refactor site URL code
* Cleanup API host
* Set test header
* Add security headers
* Update CSP to allow inline scripts and images
* Add empty string as API host value
* Add API host to CSP
* Use empty string if env var missing
* Add WSS and HTTPS protocols
* Undo app JSON change
* Set all headers in single object
* Fix typos