From 75fb2ed2e70738ab0680c5155774efb9bd4babbf Mon Sep 17 00:00:00 2001 From: Nikita Poltoratsky Date: Sat, 9 Dec 2017 12:13:03 +0300 Subject: [PATCH] docs(dev-docs): add dev docs (#1447) --- DEV_DOCS.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 DEV_DOCS.md diff --git a/DEV_DOCS.md b/DEV_DOCS.md new file mode 100644 index 00000000..e5c7c6d6 --- /dev/null +++ b/DEV_DOCS.md @@ -0,0 +1,8 @@ +# How to develop +- Clone ngx-admin: git@github.com:akveo/ngx-admin.git +- And nebular: git@github.com:akveo/nebular.git +- Run **npm install** in ngx-admin +- Run **npm link** for each module in *nebular/src/framework* except *icons* +- Make sure you don't have *node_modules* in nebular +- Link nebular in ngx-admin: **npm link @nebular/{auth,theme}** +- Keep calm and code hard!