Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 765 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 765 Bytes

Percolate Studio's Contact Form

Shared on percolatestudio.com and blog.percolatestudio.com

Development

Running with hot code reload LICENSE.txt

$ npm install
$ npm start

Then visit

http://localhost:8080

or to see a nice hot reload header

http://localhost:8080/webpack-dev-server/assetsbundle

Usage via npm

In your project

$ npm install https://github.com/percolatestudio/contact-form/archive/master.tar.gz --save

Then

React.render(<PercolateContactForm openContact={...} />, document.body);

License

MIT. (c) Percolate Studio, maintained by Zoltan Olah (@zol).