From 79040186117630054d75a79358cd3ef856388da2 Mon Sep 17 00:00:00 2001 From: Minh Nguyen Date: Thu, 21 May 2020 19:30:32 +0100 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a985a6bc15..761d3588fb 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# modular \ No newline at end of file +# modular + +`modular` allows you to develop and deploy applications, written as JavaScript modules, across multiple repositories. + +It consists of a few parts: + +- a spec for tracking and resolving dependencies +- a development server to write and debug code locally +- a tool to build and deploy these assets +- documentation and guidance