How can I map an array inside a carousel in react

I am fetching an array from my database , I am trying to map it in carousel, each slide must have 2 elements ,the next slide is 2 elements as well and so forth. I will explain this in the codes . This is the JSON format of the array : { "data": { "allPrismicBlog":… Read More How can I map an array inside a carousel in react

how do you clone a git Gatsby project and run it locally?

I’m familiar with cloning git projects. But I’m struggling to clone a Gatsby project, https://github.com/MunifTanjim/gatsby-theme-dox, and then run the website locally. I run git clone https://github.com/MunifTanjim/gatsby-theme-dox Then it downloads I go into the correct directly, and I’ve tried gatsby build This works then gatsby develop I get the following error: ERROR gatsby <develop> can only… Read More how do you clone a git Gatsby project and run it locally?