Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 658 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 658 Bytes

Fouita + Svelte + Tailwindcss + Vite

This template should help get you started developing with Svelte on Fouita.

Recommended IDE Setup

VS Code + Svelte.

Create Custom components and use them inside any website using Fouita

This template is made to create svelte components that will be used into any website

How to use

$npx degit fouita/svelte-template my-app
$cd my-app
$npm i

Run locally

$npm run dev

Deploy to Fouita

Add your FOUITA_TOKEN to .env file then run

$npm run deploy