This template has been meticulously crafted by Queaxtra to provide a robust and scalable foundation for your projects. It is production-ready and can be seamlessly integrated into any professional workflow.
To set up this template, please follow the steps below:
Clone the repository:
git clone https://github.com/queaxtra/sveltekit-shadcn-template.git
Navigate to the project directory:
cd sveltekit-shadcn-template
Install the project dependencies:
bun install
# npm install
# pnpm install
# yarn install
Launch the development server:
bun run dev
# npm run dev
# pnpm run dev
# yarn run dev
After downloading the infrastructure, the entire setup is fully ready to use. To start your project, simply update the project name and package names according to your requirements. After that, you can quickly begin your professional development process.
i18n Usage: The template comes with an advanced and integrated i18n (internationalization) infrastructure. You can easily add new languages and translations or modify existing ones according to your project's requirements. Language management operations can be performed via the
src/lib/stores/language.ts
file. To provide additional language support, you can create new language files by duplicating the existing ones under thesrc/locales
directory. Don't forget to import the new languages in thesrc/lib/i18n/main.ts
file to include them in your project.
This template is licensed under the MIT License. See the LICENSE file for details.