The beautiful portal to help you invest
$ brew install mkcert nss
stable
:$ git clone --branch master https://github.com/jackHedaya/thoughtful-fish
develop
:$ 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.local
withCONSUMER_KEY
,JWT_SECRET
,REDIRECT_URI
andNODE_TLS_REJECT_UNAUTHORIZED=0
Make sure you are in root folder at this point
$ yarn dev