The beautiful portal to help you invest
$ brew install mkcert nss
stable:$ git clone --branch master https://github.com/jackHedaya/thoughtful-fishdevelop:$ git clone https://github.com/jackHedaya/thoughtful-fish
$ cd thoughtful-fish && yarn
These steps are needed to configure SSL on localhost
$ mkcert -install$ cd dev-server && mkcert localhost$ cp "$(mkcert -CAROOT)/rootCA.pem" ./
$ touch .env.local- Populate
.env.localwithCONSUMER_KEY,JWT_SECRET,REDIRECT_URIandNODE_TLS_REJECT_UNAUTHORIZED=0
Make sure you are in root folder at this point
$ yarn dev
