This project is a Shopify frontend built with Sveltekit version 1.22.3 and Tailwind CSS.
The project is structured as follows:
src/routes/: Contains the Svelte components for each page of the application.src/lib/: Contains utility functions and the store for managing state.src/components/: Contains reusable Svelte components.src/app.html: The main HTML file for the application.src/app.js: The main JavaScript file for the application.src/error.svelte: The Svelte component for displaying errors.tailwind.config.js: Configuration file for Tailwind CSS.postcss.config.js: Configuration file for PostCSS.svelte.config.js: Configuration file for Sveltekit.package.json: Contains the project's dependencies, scripts, and metadata.To install the project, run the following command:
npm install
To run the project, use the following command:
npm run dev
To build the project for production, use the following command:
npm run build
To test the project, use the following command:
npm run test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.