.svg title="GitHub Pages" loading="lazy" />
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.
To download the project, simply clone the repository using the following command:
git clone https://github.com/BoggerByte/RogalikLanding.git
cd RogalikLanding
npm install
npm run dev
The application will be available at http://localhost:5173
.
npm run build
The optimized build will be available in the .dist
directory.
npm run preview
The application will be available at http://localhost:4173
.