docs(dev-docs): add dev docs (#1447)

This commit is contained in:
Nikita Poltoratsky 2017-12-09 12:13:03 +03:00 committed by GitHub
parent 3e11d6a1c5
commit 75fb2ed2e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
DEV_DOCS.md Normal file
View file

@ -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!