regenrek / nuxt-storyblok-starter

🚀 Nuxt.js Website Starter template - Nujek, Storyblok, TailwindCSS 2.0
https://nuxt-storyblok-starter-zeta.vercel.app/
MIT License
14 stars 1 forks source link

MIssing Storyblok setup instructions #224

Open oldskool73 opened 3 years ago

oldskool73 commented 3 years ago

Hi,

Found the project, want to take a closer look, pulled the repo, connected it to Storyblok, ran it... but now I'm just looking at errors and a blank page, because I don't have any structure or content in my fresh Storyblok space.

Your setup docs (https://nuxt-storyblok-starter-docs.vercel.app/getting-started/storyblok) stop at configuring SB access, feel like it's final missing a step where we import some kind of starter structure or content? What am I missing here?

Cheers!

iamchriswick commented 3 years ago

@oldskool73 Agree, this repo is completely useless.

deodat commented 3 years ago

Hi @oldskool73 , it seems that we need to import the demo content but the instructions for this are not completed yet : https://nujek-docs.vercel.app/Installation/install-starter#import-demo-content (see the notice : "This will be an upcoming feature. In progress.") I get an error when trying to request cdn/stories/settings. Also, I had to set the location to "http://localhost:3000/" in Settings > General (this step is missing in the instructions).

deodat commented 3 years ago

Maybe we need something like this? storyblok push-components ./docs/content/settings.json --space 12345

oldskool73 commented 3 years ago

@deodat that file is the config for the generated docs, not Storyblok, but yes something like that with some real demo content is required.

Seems strange so much work has been put into writing code and a nice site, then missed something this major?

Oh well, as @iamchriswick said, until we have that, this repo it basically useless :(

regenrek commented 2 years ago

@oldskool73 Agree, this repo is completely useless.

Sorry guys for wasting time with the starter repo.

I accidentally missed the issue section here since I did focus on the main repository. I did release nujek v3.x 2 days ago where I did a lot of refactor and code cleanup. So I will update starter projects now.

it seems that we need to import the demo content but the instructions for this are not completed yet :

Importing demo content would be a great time saver but the storyblok cli doesn't give us the flexibility which I'm looking for. So I will update docs with screenshots how you need to setup storyblok to work with the ui components.

So no import of components yet.

I'm happy for every problem that gets reported. Still working alone on this.

Regards