# sveltekit-template **Repository Path**: yimicat/sveltekit-template ## Basic Information - **Project Name**: sveltekit-template - **Description**: Sveltekit TS Scss Unocss Stylelint16 Eslint9 Prettier3 Commitlint19 Husky9 Volta Docker - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-07-11 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SvelteKit Template ## 🌟Skills [![Svelte4](https://img.shields.io/badge/Svelte-^4.2.7-BrightGreen?style=for-the-badge&logo=Svelte)](https://svelte.dev/) [![TypeScript](https://img.shields.io/badge/TypeScript-latest-blue?style=for-the-badge&logo=TypeScript)](https://nuxt.com/) [![unocss](https://img.shields.io/badge/unocss-^0.61.0-red?style=for-the-badge&logo=unocss)](https://unocss.dev/) [![sass](https://img.shields.io/badge/sass-^1.77.6-pink?style=for-the-badge&logo=sass)](https://sass-lang.com/documentation/) [![vitest](https://img.shields.io/badge/vitest-^1.2.0-BrightGreen?style=for-the-badge&logo=vitest)](https://vitest.dev/) [![playwright](https://img.shields.io/badge/playwright-^1.28.1-pink?style=for-the-badge&logo=playwright)](https://playwright.dev/) [![stylelint](https://img.shields.io/badge/stylelint-^16.6.1-blueviolet?style=for-the-badge&logo=stylelint)](https://stylelint.io/) [![eslint](https://img.shields.io/badge/eslint-^9.6.0-blue?style=for-the-badge&logo=eslint)](https://eslint.org/docs/latest/) [![commitlint](https://img.shields.io/badge/commitlint-^19.3.0-BrightGreen?style=for-the-badge&logo=commitlint)](https://commitlint.js.org/) [![prettier](https://img.shields.io/badge/prettier-^3.3.2-yellow?style=for-the-badge&logo=prettier)](https://prettier.io/) [![husky](https://img.shields.io/badge/husky-v9.0.1-BrightGreen?style=for-the-badge&logo=husky)](https://typicode.github.io/husky/) [![volta](https://img.shields.io/badge/volta-orange?style=for-the-badge&logo=volta)](https://docs.volta.sh/guide/getting-started) ![Docker](https://img.shields.io/badge/Docker-gray?style=for-the-badge&logo=docker) ![@sveltejs/adapter-node](https://img.shields.io/badge/Node-20.13.1-BrightGreen?style=for-the-badge&logo=logo=Node.js) ## ⚙️Install ```bash pnpm install ``` ## 🛠️Developing Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: ```bash pnpm run dev # or start the server and open the app in a new browser tab pnpm run dev -- --open ``` ## 📌Production Build the application for production: ```bash pnpm run build ``` Locally preview production build: ```bash pnpm run preview ``` ## 🚀Deployment To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.