From 1e47c31b2e66d30b280b50c31583a2cb9120ba1f Mon Sep 17 00:00:00 2001 From: singharpita Date: Thu, 28 Jun 2018 09:58:06 +0545 Subject: [PATCH] README: Links to angular and material docs (fixes #1275) (#1495) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e9601fd9a..9aec262475 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Project to create a prototype for a reboot of the BeLL apps using Angular5 & CouchDB2. +Link to [Angular Doc](https://angular.io/docs) and [Material Design](https://material.angular.io/). + ## To work on this The only prerequisite is Vagrant. If you don't know about it, please do some research and try it. After cloning the repository, run `vagrant up` in the console. Once it's done installing the virtual machine it'll automatically start compiling the app. After about 10 seconds, you can open the app at `localhost:3000`.