Skip to content

AstroRante is a state-of-the-art website theme crafted for fine dining establishments. Combining the power of Astro, Storyblok CMS, Vue, and Tailwind, AstroRante delivers an unparalleled online presence for your restaurant.

License

Notifications You must be signed in to change notification settings

unfolding-io/Astrorante

Repository files navigation

Astrorante | Astro + Storyblok CMS

License: CC BY-ND 4.0

📝 1. Setting up the .env file

rename the env.txt to .env and fill in your details

STORYBLOK_PREVIEW_TOKEN=XXX
STORYBLOK_PERSONAL_TOKEN=XXX
STORYBLOK_SPACE_ID=000000
LOCALE=en-US
CURRENCY=USD
SITE_LANG=en

Also add this to your netlify/vercel deploy settings.

🧰 2. Install dependencies

npm install

🛠️ 3. Start Development server

npm run dev

🔄 4. Sync your Storyblok Space

open https://localhost:4321/setup

And sync your Datasources, Components, and stories. it is best to first delete before syncing.

Astrorante

⚙️ 5. Add your site to the astro.config and set your adapter (vercel or netlify)

export default defineConfig({
	site: 'https://your-website.com',
	output: "hybrid",
  	adapter: vercel(), // vercel() or netlify()

    ....

🛸 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CL

👀 Want to learn more about Astro?

Check out Astro documentation or jump into Astro's Discord server.

📚 Tech Stack

Astro, Storyblok CMS, Vue, TailwindCSS

🛟 Support

If you encounter any issues or bugs, we encourage you to open an issue in the repository. To help us quickly address the problem, please provide detailed information about the bug and steps to reproduce it.

For those seeking priority assistance, we offer premium support services. Feel free to reach out to us by email at hello@unfolding.io. We're here to help!

☕️ Want to Caffeinate your Developer?

By caffeinating your developer, you're not just getting the best out of them; you're also ensuring a cheerful and energetic work environment.😊

buymeacoffee

📸 Screenshots

Astrorante Astrorante Astrorante Astrorante Astrorante Astrorante Astrorante

About

AstroRante is a state-of-the-art website theme crafted for fine dining establishments. Combining the power of Astro, Storyblok CMS, Vue, and Tailwind, AstroRante delivers an unparalleled online presence for your restaurant.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published