💬 Questions and Help
First off, thanks for releasing this project, it looks really promising! I plan to try publishing an interactive e-book with it :)
I noticed that the getting started docs assume that you want to create a new Gatsby project based on the provided template.
This probably makes sense for a lot of people, but it might be helpful to also explain how to integrate it into an existing Gatsby project?
In my case, I ended up creating a separate Gatsby project, running gatsby build --prefix-paths and moving its generated public/ directory inside another, top-level Gatsby project. It feels a little hacky, but it works :)
💬 Questions and Help
First off, thanks for releasing this project, it looks really promising! I plan to try publishing an interactive e-book with it :)
I noticed that the getting started docs assume that you want to create a new Gatsby project based on the provided template.
This probably makes sense for a lot of people, but it might be helpful to also explain how to integrate it into an existing Gatsby project?
In my case, I ended up creating a separate Gatsby project, running
gatsby build --prefix-pathsand moving its generatedpublic/directory inside another, top-level Gatsby project. It feels a little hacky, but it works :)