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- Navigate to the project directory:
cd RogalikLanding- Install dependencies:
npm install- Run the development server:
npm run devThe application will be available at http://localhost:5173.
- Build the project for production:
npm run buildThe optimized build will be available in the .dist directory.
- Run the production server:
npm run previewThe 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!