From 84984f5a95ab75e2178e940d2d18e2170da2074d Mon Sep 17 00:00:00 2001 From: ducbao414 Date: Fri, 17 Feb 2023 09:00:28 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 485bf35..f608913 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ https://user-images.githubusercontent.com/5462728/218907749-22ddea15-8761-4cf3-b **WIN32.RUN** runs solely on the client-side (the user's browser). All files are processed right in the user's browser. There is no file uploading, no server-side processing (cause I'm broke, can't afford it). Each user has his own OS session (just like the good old Windows XP) Files (and Folders) in win32.run are stored locally in IndexedDB. Apps (and 3rd-party apps) can interact with files through win32.run homemade file picker and saver dialog (with Windows XP appearance). -## 🔥 Built with +## Built with WIN32.RUN is built with [Svelte](https://github.com/sveltejs/svelte)/[SvelteKit](https://github.com/sveltejs/kit) and [Tailwindcss](https://github.com/tailwindlabs/tailwindcss). If you come from a React or Vue background, Svelte is really easy to work with. It doesn't have much boilerplate.