From 4e2a44c82d9e34241b638467986010f4b2fc5973 Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Fri, 22 Feb 2019 11:10:00 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 590991e3c6..ef767a0107 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,11 @@ Navigate to `http://localhost:4200/`. The app will automatically reload if you c ``` $ npm install $ npm run start +$ npm run markdown:watch ``` +All pages are written in the [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) and located in the `content` directory. Run `npm run markdown:watch` to compile them to HTML files on file change. + ## Build Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.