Skip to content

jackHedaya/thoughtful-fish

Repository files navigation

Thoughtful Fish

The beautiful portal to help you invest

Screenshot 2023-08-15 at 3 59 53 PM

Development

Install needed dependencies

  • $ brew install mkcert nss

Setup repository

Cloning

  • stable: $ git clone --branch master https://github.com/jackHedaya/thoughtful-fish
  • develop: $ git clone https://github.com/jackHedaya/thoughtful-fish

Dependencies

  • $ cd thoughtful-fish && yarn

Setup development server

These steps are needed to configure SSL on localhost

  • $ mkcert -install
  • $ cd dev-server && mkcert localhost
  • $ cp "$(mkcert -CAROOT)/rootCA.pem" ./

Configure .env.local

  • $ touch .env.local
  • Populate .env.local with CONSUMER_KEY, JWT_SECRET, REDIRECT_URI and NODE_TLS_REJECT_UNAUTHORIZED=0

Running

Make sure you are in root folder at this point

  • $ yarn dev