# sttv **Repository Path**: let_alone_the_wind/sttv ## Basic Information - **Project Name**: sttv - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-17 - **Last Updated**: 2021-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README STTV - Svelte / Typescript / Tailwind / Vite Template ===================================================== Get up and running with Svelte, Typescript, Tailwind and Vite. Also includes testing setup using Jest. Installation ------------ ``` npx degit "srmullen/sttv#main" my_app cd my_app npm install ``` Scripts ------- ### Start a development server `npm run dev` ### Run tests `npm run test` or `npm run test:watch` ### Build the application `npm run build` ### Serve the application `npm run serve`