Skip to content

BoggerByte/rogalik-landing

Repository files navigation

🥖 🍪 Rogalik Landing 🥐 🍞

GitHub last commit GitHub license GitHub Pages

Rogalik Landing is a web application built using Svelte, Vite, Tailwind CSS, and ShadcnUI.
It serves as a landing page for showcasing your bakery or related business.

How to Download

To download the project, simply clone the repository using the following command:

git clone https://github.com/BoggerByte/RogalikLanding.git

🚀 How to Run it in Dev Mode

  1. Navigate to the project directory:
cd RogalikLanding
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev

The application will be available at http://localhost:5173.

🔨 How to Build it

  1. Build the project for production:
npm run build

The optimized build will be available in the .dist directory.

  1. Run the production server:
npm run preview

The application will be available at http://localhost:4173.


  • For any issues or feature requests, please open an issue.
  • Feel free to contribute to the project by submitting pull requests. Happy coding!