From d90a355436586a270fa557fb9180bfd62544446b Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Fri, 24 Apr 2015 14:01:39 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 609e5a8..560a5ec 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,11 @@ This code results in a form with a submit button that will run the `submit` meth ``` The form element component is what gives the form validation functionality to whatever you want to put inside this wrapper. You do not have to use traditional inputs, it can be anything you want and the value of the form element can also be anything you want. As you can see it is very flexible, you just have a small API to help you identify the state of the component and set its value. -## Run tests -- Run `gulp` -- Run a server in `build` folder, e.g. on port 3000 -- Go to `localhost:3000/testrunner.html` (live reload) +## Contribute +- Fork repo +- `npm install` +- `npm start` runs the development server on `localhost:8080` +- `npm test` runs the tests License -------