![Getting Stared](https://a.storyblok.com/f/294188/1280x1920/a456fa212b/pexels-jorge-acre-239933086-16625517.jpg/m/100x100/smart)
Getting Stared
First head over to Storyblok and create a space.
Here we need to collect 3 things:
Space ID
Space Preview Token
Personal Access Token (link)
Now clone our repo and rename the env.txt to .env.
Make sure you add your Storyblok space region:
eu, us, ap, ca, cn
Set up your .env
STORYBLOK_PREVIEW_TOKEN=XXX
STORYBLOK_PERSONAL_TOKEN=XXX
STORYBLOK_SPACE_ID=000
STORYBLOK_REGION=us
LOCALE=en-US
CURRENCY=USD
SITE_LANG=en
Install & run dev
$ npm install
$ npm run dev
![image](https://a.storyblok.com/f/294188/1920x1290/18874402ca/screencapture-localhost-4321-setup-2024-06-30-16_20_30.png/m/100x56/smart)
Sync your space
Go to https://localhost:4321/setup .
Now sync your Datasources, Components, and stories. it is best to first delete before syncing.
After this you are ready to go.