Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@@ -1,4 +1,19 @@ | ||
Framer - www.framerjs.com | ||
## Framer Prototyping | ||
|
||
For a complete overview, downloads and docs please visit [framerjs.com](http://www.framerjs.com). | ||
|
||
### About | ||
|
||
Framer is a modern prototyping tool. It can help you to quickly build and test complex interactions and rich animations for both desktop and mobile. | ||
|
||
### Developing | ||
|
||
To start developing, clone the code and install the dependencies with `npm install`. To make a new build run `make build` or `make buildw` to keep watching and rebuild on file changes. | ||
|
||
### Tests | ||
|
||
To run the tests run `make test` or `make testw` to keep watching and test on file changes. The tests are run in PhantomJS, a headless version of WebKit. You can also run the tests in the browser directly by simply opening `test/index.html`. | ||
|
||
### Contributing | ||
|
||
We love contributions. If you like to help out and need ideas what to work on send me a [message](mailto:koen+framer@madebysofa.com). |