Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.02 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.02 KB

Welcome to Svelte demos 👋

Twitter: supercepi

A repository for storing multiple demos of small to medium sized Svelte components/projects

Run all demos

To run all demos:

npm install
npm run build
npm run start

Run a specific demo

cd demos/[demo-folder]
npm install
npm run build
npx sirv public

Author

👤 Juan Gómez

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator