docs: contributing docs and github templates (#1496)

This commit is contained in:
Dmitry Nehaychik 2018-01-15 16:46:00 +03:00 committed by GitHub
parent 8ff489fbce
commit c5e92b2cc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 326 additions and 15 deletions

View file

@ -1,8 +1 @@
# 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!
Please have a look at [Nebular Dev Docs](https://github.com/akveo/nebular/blob/master/DEV_DOCS.md).