# create-stdf A CLI for creating new [STDF](https://stdf.design) projects. Just run... ```bash pnpm create stdf@latest # or npm create stdf@latest # or npm init stdf@latest # or npx create-stdf@latest ``` ...and follow the prompts. # Introduction This is a template using Vite + Svelte + TailwindCSS + STDF. It is based on [create-vite](https://www.npmjs.com/package/create-vite) and add base TailwindCSS configuration, and STDF configuration. Omit the separate configuration of TailwindCSS and STDF, and use the template to quickly create a project that can be used directly. # License This project is licensed under the [MIT License](https://github.com/dufu1991/stdf/blob/main/LICENSE). Feel free to enjoy and contribute to this open-source project.