Everything you need to build a Svelte project, powered by sv
.
This project shows a fully setup to get SvelteKit working with daisyUI and TailwindCSS in CSR mode.
Once you've clone this project and installed dependencies with pnpm install
(or npm install
or yarn
), start a development server:
pnpm run dev
To create a production version of your app:
pnpm run build
You can preview the production build with pnpm run preview
.
Create plugins
folder in the root directory and download plugins to this.
Change modules setting in project.inlang\settings.json
file.
{
"modules": ["./plugins/plugin-message-format.js", "./plugins/plugin-m-function-matcher.js"]
}