lhjd

Results 2 comments of lhjd

a warning is showing at chrome dev tool though: `@tryghost/content-api: The 'host' parameter is deprecated, please use 'url' instead` [reference: Ghost Content API](https://ghost.org/docs/api/v3/content/)

I use the following steps and I was able to seed the cms: 1. `git clone https://github.com/comfy/comfy-demo.git` 2. `cd comfy-demo` 3. `bundle` 4. `yarn` 5. `rails db:migrate` 6. `rails server`...