/yopass-website

yopass website

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Yopass website

Local Development

REACT_APP_BACKEND_URL='http://localhost:1337' yarn start

Production Build

PUBLIC_URL='https://my-domain.com' REACT_APP_BACKEND_URL='http://api.my-domain.com' yarn build

Upload contents of build/ to your CDN or hosting provider of choice, be it S3, Netflify or GCS.