From c9d65db4ad11bf8865445bdcf9f185aa6dfd5572 Mon Sep 17 00:00:00 2001 From: Andrea Bianchi Date: Thu, 17 Apr 2025 16:06:41 +0900 Subject: [PATCH] README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e69de29..a1a56cb 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +# svelte-P5 Play + +A simple template to get you started with p5 svelte and the [p5play](https://p5play.org/index.html) library. + +## How to use + +```bash +npm install +npm run dev +```