From 88f41635d80ac0cbd9e46c9d95c1f670bdd54502 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Wed, 17 Apr 2019 23:52:03 -0400 Subject: [PATCH] add a what is svelte section --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 145c7e79b0..b605f5aaae 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@

- Cybernetically enhanced web apps: Svelte + Cybernetically enhanced web apps: Svelte

--- + +## What is Svelte? + +Svelte is a new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM. + +Learn more at the [Svelte website](https://svelte.dev), or stop by the [Discord chatroom](https://discord.gg/yy75DKs). + + ## Development Pull requests are encouraged and always welcome. [Pick an issue](https://github.com/sveltejs/svelte/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) and help us out!