This is a Vite template for a simple Synclets app.
- Make a copy of this template into a new directory:
npx tiged tinyplex/vite-synclets my-synclets-app
- Go into the directory:
cd my-synclets-app
- Install the dependencies:
npm install
- Run the application:
npm run dev
- Go the URL shown and enjoy!
This template has no license, and so you can use it however you want! Synclets and Vite themselves are both MIT licensed.