- Ruby 2.6
- Rails 5
- React (Polaris)
- setup redis
- setup forego
- setup ngrok for local development
- The original developer uses rbenv for local Ruby environment
- The original developer uses heroku for its cloud hosting
- Sign up for Shopify Partners.
- Create an app, and you will get your API key and API secret key there (to be put in .env)
- the Whitelisted redirection URL should be like https://host.com/auth/shopify/callback
$ bundle install$ rake db:setup$ cp .env.example .envand fill in credentials$ npm install$ yarn install
$ forego start