From 6df2ad2b04d518db957d829fe6facababf773d1a Mon Sep 17 00:00:00 2001 From: Matija Sosic Date: Wed, 12 Feb 2020 15:42:29 +0100 Subject: [PATCH] Added URLs to project page and demo on top of readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 54450e04f..03aed89b4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@
+- **Project page**: [https://wasp-lang.dev] +- **Demo**: [https://wasp-lang.dev/#demo] + Wasp (**W**eb **A**pplication **Sp**ecification Language) is an extensible [DSL](https://en.wikipedia.org/wiki/Domain-specific_language) (domain-specific language) for building modern web apps with less code. Concepts such as *app*, *page*, *user*, *login*, *frontend*, *production*, etc. are baked into the language, bringing a new level of expressiveness and allowing you to get more work done with fewer lines of code.