Skip to content

Commit

Permalink
feature/Update README.md, add storyblok rollout instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog authored Oct 24, 2024
1 parent 74815c0 commit f4c41d9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
An endeavor accumulating the experience and best practices collected at [Focus Reactive](https://focusreactive.com/).
The project serves the idea of making Headless CMS-based development accessible, comfortable, and fast.

## Quick start - Storyblok

1. Create a new repo based on [cms-kit template](https://github.com/focusreactive/turbo-cms-kit)
![Screenshot 2024-10-24 at 17 52 54](https://github.com/user-attachments/assets/b4773c54-bf7f-4697-ae7e-ada6e5163bf0)
2. Pull repo locally
3. Install packages
```bash
pnpm install
```
4. Go to CLI folder
```bash
cd apps/storyblok/cli
```
5. Execute command
```bash
node sb.mjs
```
7. Follow steps

### Showcase

## Demo 👀
### Sanity
- [Demo Landing](https://turbo-cms-kit-sanity.vercel.app/)
Expand Down

0 comments on commit f4c41d9

Please sign in to comment.