Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Darío Javier Cravero committed Feb 17, 2018
1 parent d59231c commit 5224f1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
@@ -1,5 +1,8 @@
# Contributing # Contributing


[Here's a video walkthrough of the morpher that should help you understand its
internals - February 2018](https://youtu.be/iUAxvYi3MJo).

## How do I debug the morpher locally? ## How do I debug the morpher locally?


1. You need to symlink your local morpher to your Views project. 1. You need to symlink your local morpher to your Views project.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -2,11 +2,12 @@


[Looking for Views Tools docs?](https://github.com/viewstools/docs) [Looking for Views Tools docs?](https://github.com/viewstools/docs)


The easiest way to integrate Views with your project is to run it as a The easiest way to integrate Views with your project is to [follow this guide](https://github.com/viewstools/docs/tree/master/UseViews).
standalone command. You can install it with:
If you know what you're doing run it as a standalone command. You can install it with:


``` ```
npm install --save-dev views-morph npm install --save-dev @viewstools/morph
``` ```


Then, you can use it with any React or React Native app like this from within Then, you can use it with any React or React Native app like this from within
Expand Down

0 comments on commit 5224f1b

Please sign in to comment.